Skip to content

Commit

Permalink
Merge 3c09e00 into 1cd11f8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 3, 2019
2 parents 1cd11f8 + 3c09e00 commit 1319257
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: yarn
- init: yarn && yarn prepublishOnly

vscode:
extensions:
Expand Down
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: ~> 1.0
language: node_js
node_js:
- 11

import: dword-design/travis-config:dist/index.yml@master
after_script: "yarn add coveralls && cat ./coverage/lcov.info | coveralls"
45 changes: 24 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
{
"name": "mock-argv",
"version": "1.0.10",
"main": "dist/index.js",
"repository": "dword-design/mock-argv",
"author": "Sebastian Landwehr <info@dword-design.de>",
"license": "MIT",
"version": "1.1.0",
"description": "Temporarily overrides the command line arguments. This is useful for testing.",
"keywords": [
"argv",
"args",
"arguments",
"process",
"test",
"temporary",
"tmp",
"temp",
"argv",
"mock",
"process",
"replace",
"restore"
"restore",
"temp",
"temporary",
"test",
"tmp"
],
"bugs": {
"url": "https://github.com/dword-design/mock-argv/issues"
},
"repository": "dword-design/mock-argv",
"license": "MIT",
"author": "Sebastian Landwehr <info@dword-design.de>",
"contributors": [
"Renovate Bot (http://renovatebot.com)",
"dword-design (http://www.dword-design.de)"
],
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"prepare": "base-node prepare",
"prepublishOnly": "base-node build",
"start": "base-node start",
"test": "base-node test"
},
"devDependencies": {
"@dword-design/base-node": "^1.0.0",
"expect": "^24.9.0"
},
"maintainers": [],
"contributors": [
"Renovate Bot (http://renovatebot.com)",
"dword-design (http://www.dword-design.de)"
],
"bugs": {
"url": "https://github.com/dword-design/mock-argv/issues"
}
"maintainers": []
}
Loading

0 comments on commit 1319257

Please sign in to comment.