Skip to content

Commit

Permalink
package: remove redundant dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rumkin committed May 26, 2016
1 parent 8b4f7bf commit 0a14ce4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "argentum",
"description": "Command line arguments parser",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [
"cli",
"opts",
Expand All @@ -24,8 +24,5 @@
"cov": "make cov",
"coveralls": "cat coverage/lcov.info | node_modules/.bin/coveralls"
},
"license": "MIT",
"dependencies": {
"mocha-istanbul": "^0.2.0"
}
"license": "MIT"
}

0 comments on commit 0a14ce4

Please sign in to comment.