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 20
20
"pify" : " ^3.0.0"
21
21
},
22
22
"devDependencies" : {
23
- "@commitlint/cli" : " ^3.1.3" ,
24
- "@commitlint/config-angular" : " ^3.1.1" ,
25
23
"ava" : " ^0.22.0" ,
26
24
"codecov" : " ^2.3.0" ,
27
25
"commitizen" : " ^2.9.6" ,
39
37
"eslint-plugin-prettier" : " ^2.3.0" ,
40
38
"eslint-plugin-promise" : " ^3.5.0" ,
41
39
"eslint-plugin-standard" : " ^3.0.1" ,
42
- "husky" : " ^0.14.3" ,
43
40
"nyc" : " ^11.1.0" ,
44
41
"prettier" : " ^1.7.2" ,
45
42
"rimraf" : " ^2.6.1" ,
110
107
"clean" : " rimraf coverage && rimraf .nyc_output" ,
111
108
"cm" : " git-cz" ,
112
109
"codecov" : " codecov -f coverage/coverage-final.json" ,
113
- "commitmsg" : " commitlint -e" ,
114
110
"lint" : " eslint lib test" ,
115
- "precommit" : " npm run lint" ,
116
- "prepush" : " ava -v" ,
117
111
"pretest" : " npm run clean && npm run lint" ,
118
112
"semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
119
113
"test" : " nyc ava -v"
You can’t perform that action at this time.
0 commit comments