We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0780900 commit 822d9d5Copy full SHA for 822d9d5
1 file changed
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"pretest": "standard",
8
"test": "nyc mocha test/*.js",
9
- "coverage": "nyc report --reporter=text-lcov | coveralls"
+ "coverage": "nyc report --reporter=text-lcov | coveralls",
10
+ "version": "standard-version"
11
},
12
"repository": {
13
"url": "[email protected]:yargs/yargs-parser.git"
@@ -29,7 +30,8 @@
29
30
"coveralls": "^2.11.8",
31
"mocha": "^2.4.5",
32
"nyc": "^6.1.1",
- "standard": "^6.0.8"
33
+ "standard": "^6.0.8",
34
+ "standard-version": "^1.1.0"
35
36
"dependencies": {
37
"camelcase": "^2.1.1",
0 commit comments