Skip to content

Commit db5d56e

Browse files
committedFeb 4, 2018
build(commitlint): switched from validate-commit-msg
1 parent 161ecec commit db5d56e

File tree

3 files changed

+498
-51
lines changed

3 files changed

+498
-51
lines changed
 

‎.commitlintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {extends: ['travi']};

‎package-lock.json

+494-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"postinstall": "grunt heroku:production",
2222
"dev": "nodemon lib/dev.js",
2323
"precommit": "npm test",
24-
"commitmsg": "validate-commit-msg",
24+
"commitmsg": "commitlint -e",
2525
"snyk-protect": "snyk protect",
2626
"prepublish": "npm run snyk-protect"
2727
},
@@ -37,6 +37,7 @@
3737
"babel-plugin-transform-object-rest-spread": "6.26.0",
3838
"babel-preset-env": "1.6.1",
3939
"chai": "4.1.2",
40+
"commitlint-config-travi": "1.2.25",
4041
"coveralls": "3.0.0",
4142
"cucumber": "3.1.0",
4243
"cz-conventional-changelog": "2.1.0",
@@ -64,8 +65,7 @@
6465
"setup-referee-sinon": "0.3.0",
6566
"sinon": "4.2.2",
6667
"sinon-as-promised": "4.0.3",
67-
"time-grunt": "1.4.0",
68-
"validate-commit-msg": "2.14.0"
68+
"time-grunt": "1.4.0"
6969
},
7070
"dependencies": {
7171
"bell": "8.9.0",

0 commit comments

Comments
 (0)
Please sign in to comment.