File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 28
28
"postbuild" : " npm run bundle" ,
29
29
"bundle" : " rollup -c" ,
30
30
"clean" : " rimraf build/* coverage/*" ,
31
- "prepublish" : " npm run clean && npm run build"
31
+ "prepublish" : " npm run clean && npm run build" ,
32
+ "commitmsg" : " validate-commit-msg"
32
33
},
33
34
"peerDependencies" : {
34
35
"@angular/core" : " ^2.0.0" ,
52
53
"@types/lodash" : " ^4.14.34" ,
53
54
"@types/node" : " ^6.0.38" ,
54
55
"apollo-client" : " ^0.5.1" ,
55
- "ghooks" : " ^1.3.2" ,
56
56
"graphql-tag" : " ^1.0.0" ,
57
+ "husky" : " ^0.12.0" ,
57
58
"jest" : " ^17.0.0" ,
58
59
"reflect-metadata" : " ^0.1.8" ,
59
60
"remap-istanbul" : " ^0.8.4" ,
66
67
"validate-commit-msg" : " ^2.8.2" ,
67
68
"zone.js" : " ^0.7.1"
68
69
},
69
- "config" : {
70
- "ghooks" : {
71
- "commit-msg" : " validate-commit-msg"
72
- }
73
- },
74
70
"jest" : {
75
71
"moduleFileExtensions" : [
76
72
" js"
You can’t perform that action at this time.
0 commit comments