File tree Expand file tree Collapse file tree 3 files changed +282
-41
lines changed Expand file tree Collapse file tree 3 files changed +282
-41
lines changed Original file line number Diff line number Diff line change 1+ module . exports = { extends : [ '@commitlint/config-conventional' ] }
Original file line number Diff line number Diff line change 1414 "test" : " NODE_ENV=production BABEL_ENV=test nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha" ,
1515 "test:watch" : " mocha --watch $npm_package_config_mocha" ,
1616 "codecov" : " nyc report --reporter=text-lcov > coverage.lcov; codecov" ,
17- "commitmsg" : " validate-commit-msg " ,
17+ "commitmsg" : " commitlint -e $GIT_PARAMS " ,
1818 "precommit" : " npm run lint && flow" ,
1919 "prepush" : " npm test" ,
2020 "prepublish" : " npm run lint && flow && npm test && npm run build" ,
5151 },
5252 "homepage" : " https://github.com/jedwards1211/es2015-library-skeleton#readme" ,
5353 "devDependencies" : {
54+ "@commitlint/cli" : " ^5.2.5" ,
55+ "@commitlint/config-conventional" : " ^5.2.3" ,
5456 "@jedwards1211/eslint-config" : " ^1.0.0" ,
5557 "@jedwards1211/eslint-config-flow" : " ^1.0.0" ,
5658 "babel-cli" : " ^6.23.0" ,
7779 "mocha" : " ^3.2.0" ,
7880 "nyc" : " ^10.1.2" ,
7981 "rimraf" : " ^2.6.0" ,
80- "semantic-release" : " ^6.3.6" ,
81- "validate-commit-msg" : " ^2.11.1"
82+ "semantic-release" : " ^6.3.6"
8283 }
8384}
You can’t perform that action at this time.
0 commit comments