File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 35
35
"test" : " nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js" ,
36
36
"test:watch" : " npm run test -- -w" ,
37
37
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
38
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
38
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
39
+ "commitmsg" : " validate-commit-msg"
39
40
},
40
41
"devDependencies" : {
41
42
"@bubltechnology/customizable-commit-analyzer" : " 1.0.2-0" ,
49
50
"eslint-config-fullcube" : " latest" ,
50
51
"eslint-plugin-mocha" : " 4.11.0" ,
51
52
"helmet" : " 3.6.1" ,
53
+ "husky" : " 0.14.1" ,
52
54
"loglevel" : " 1.4.1" ,
53
55
"loopback" : " 3.8.0" ,
54
56
"loopback-boot" : " 2.25.0" ,
63
65
"serve-favicon" : " 2.4.3" ,
64
66
"sinon" : " 2.3.5" ,
65
67
"sinon-chai" : " 2.11.0" ,
66
- "strong-error-handler" : " 2.1.0"
68
+ "strong-error-handler" : " 2.1.0" ,
69
+ "validate-commit-msg" : " 2.12.2"
67
70
},
68
71
"dependencies" : {
69
72
"bluebird" : " 3.5.0" ,
84
87
"ci" : " patch" ,
85
88
"chore" : " patch" ,
86
89
"revert" : " patch"
90
+ },
91
+ "validate-commit-msg" : {
92
+ "types" : " conventional-commit-types"
87
93
}
88
94
},
89
95
"release" : {
You can’t perform that action at this time.
0 commit comments