File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 "pify" : " ^3.0.0"
2121 },
2222 "devDependencies" : {
23- "@commitlint/cli" : " ^3.1.3" ,
24- "@commitlint/config-angular" : " ^3.1.1" ,
2523 "ava" : " ^0.22.0" ,
2624 "codecov" : " ^2.3.0" ,
2725 "commitizen" : " ^2.9.6" ,
3937 "eslint-plugin-prettier" : " ^2.3.0" ,
4038 "eslint-plugin-promise" : " ^3.5.0" ,
4139 "eslint-plugin-standard" : " ^3.0.1" ,
42- "husky" : " ^0.14.3" ,
4340 "nyc" : " ^11.1.0" ,
4441 "prettier" : " ^1.7.2" ,
4542 "rimraf" : " ^2.6.1" ,
110107 "clean" : " rimraf coverage && rimraf .nyc_output" ,
111108 "cm" : " git-cz" ,
112109 "codecov" : " codecov -f coverage/coverage-final.json" ,
113- "commitmsg" : " commitlint -e" ,
114110 "lint" : " eslint lib test" ,
115- "precommit" : " npm run lint" ,
116- "prepush" : " ava -v" ,
117111 "pretest" : " npm run clean && npm run lint" ,
118112 "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
119113 "test" : " nyc ava -v"
You can’t perform that action at this time.
0 commit comments