Skip to content

Commit 065d8b9

Browse files
committed
chore: update changelint
1 parent 90e21f8 commit 065d8b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">=4"
1717
},
1818
"scripts": {
19-
"commitmsg": "conventional-changelog-lint -e",
19+
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
2020
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
2121
"patch": "np patch --any-branch --no-yarg",
2222
"minor": "np minor --any-branch --no-yarg",
@@ -39,11 +39,12 @@
3939
"yargs": "^8.0.1"
4040
},
4141
"devDependencies": {
42+
"@commitlint/cli": "^4.1.1",
43+
"@commitlint/config-angular": "^3.1.1",
4244
"ava": "*",
4345
"babel-eslint": "^7.2.3",
4446
"clinton": "^0.13.0",
4547
"conventional-changelog-cli": "^1.3.1",
46-
"conventional-changelog-lint": "^1.1.9",
4748
"coveralls": "^2.13.1",
4849
"cpy": "^5.0.0",
4950
"eslint": "^3.19.0",

0 commit comments

Comments
 (0)