Skip to content

Commit

Permalink
Merge 6913101 into a25aaac
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 31, 2019
2 parents a25aaac + 6913101 commit fa8e4c1
Show file tree
Hide file tree
Showing 3 changed files with 1,774 additions and 272 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Temporarily overrides the command line arguments. This is useful for testing.
<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a>
<ul>
<li>Install: <code>npm install --save mock-argv</code></li>
<li>Require: <code>require('mock-argv')</code></li>
<li>Import: <code>import * as pkg from ('mock-argv')</code></li>
<li>Require: <code>const pkg = require('mock-argv')</code></li>
</ul>

<!-- /INSTALL -->
Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"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>",
Expand All @@ -31,12 +28,7 @@
"test": "base test"
},
"devDependencies": {
"@dword-design/base": "^3.4.4",
"@dword-design/base": "^4.0.0",
"expect": "^24.9.0"
},
"contributors": [
"Renovate Bot (http://renovatebot.com)",
"dword-design (http://www.dword-design.de)"
],
"maintainers": []
}
}
Loading

0 comments on commit fa8e4c1

Please sign in to comment.