Skip to content

Commit 822d9d5

Browse files
committed
fix: update dependencies; add standard-version bin for next release (#24)
1 parent 0780900 commit 822d9d5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"pretest": "standard",
88
"test": "nyc mocha test/*.js",
9-
"coverage": "nyc report --reporter=text-lcov | coveralls"
9+
"coverage": "nyc report --reporter=text-lcov | coveralls",
10+
"version": "standard-version"
1011
},
1112
"repository": {
1213
"url": "[email protected]:yargs/yargs-parser.git"
@@ -29,7 +30,8 @@
2930
"coveralls": "^2.11.8",
3031
"mocha": "^2.4.5",
3132
"nyc": "^6.1.1",
32-
"standard": "^6.0.8"
33+
"standard": "^6.0.8",
34+
"standard-version": "^1.1.0"
3335
},
3436
"dependencies": {
3537
"camelcase": "^2.1.1",

0 commit comments

Comments
 (0)