We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cde86 commit 692272fCopy full SHA for 692272f
1 file changed
package.json
@@ -18,13 +18,9 @@
18
"node": ">=6"
19
},
20
"scripts": {
21
- "prepush": "npm t",
22
- "precommit": "clinton && lint-staged",
23
- "commitmsg": "commitlint --extends=@commitlint/config-angular -e",
24
- "postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
+ "version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
25
"prepare": "npm run build",
26
"build": "rimraf lib && babel src -d lib",
27
- "lint": "eslint src/cli.js",
28
"pretest": "npm run build",
29
"test": "nyc ava"
30
0 commit comments