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 90e21f8 commit 065d8b9Copy full SHA for 065d8b9
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"node": ">=4"
17
},
18
"scripts": {
19
- "commitmsg": "conventional-changelog-lint -e",
+ "commitmsg": "commitlint --extends=@commitlint/config-angular -e",
20
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
21
"patch": "np patch --any-branch --no-yarg",
22
"minor": "np minor --any-branch --no-yarg",
@@ -39,11 +39,12 @@
39
"yargs": "^8.0.1"
40
41
"devDependencies": {
42
+ "@commitlint/cli": "^4.1.1",
43
+ "@commitlint/config-angular": "^3.1.1",
44
"ava": "*",
45
"babel-eslint": "^7.2.3",
46
"clinton": "^0.13.0",
47
"conventional-changelog-cli": "^1.3.1",
- "conventional-changelog-lint": "^1.1.9",
48
"coveralls": "^2.13.1",
49
"cpy": "^5.0.0",
50
"eslint": "^3.19.0",
0 commit comments