Skip to content

Commit

Permalink
fix: update dependencies; add standard-version bin for next release (#24
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bcoe committed Apr 9, 2016
1 parent 0780900 commit 822d9d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"pretest": "standard",
"test": "nyc mocha test/*.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"version": "standard-version"
},
"repository": {
"url": "git@github.com:yargs/yargs-parser.git"
Expand All @@ -29,7 +30,8 @@
"coveralls": "^2.11.8",
"mocha": "^2.4.5",
"nyc": "^6.1.1",
"standard": "^6.0.8"
"standard": "^6.0.8",
"standard-version": "^1.1.0"
},
"dependencies": {
"camelcase": "^2.1.1",
Expand Down

0 comments on commit 822d9d5

Please sign in to comment.