File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 24
24
"pretest" : " npm run lint" ,
25
25
"test:watch" : " npm run test -- -w" ,
26
26
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
27
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
27
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
28
+ "commitmsg" : " validate-commit-msg"
28
29
},
29
30
"license" : " MIT" ,
30
31
"dependencies" : {
45
46
"dirty-chai" : " 2.0.0" ,
46
47
"eslint" : " 4.1.1" ,
47
48
"eslint-config-fullcube" : " latest" ,
49
+ "husky" : " 0.14.1" ,
48
50
"loopback" : " 3.8.0" ,
49
51
"loopback-boot" : " 2.25.0" ,
50
52
"loopback-component-explorer" : " 4.2.0" ,
58
60
"sinon" : " 2.3.6" ,
59
61
"sinon-chai" : " 2.11.0" ,
60
62
"strong-error-handler" : " 2.1.0" ,
61
- "supertest" : " 3.0.0"
63
+ "supertest" : " 3.0.0" ,
64
+ "validate-commit-msg" : " 2.12.2"
62
65
},
63
66
"repository" : {
64
67
"type" : " git" ,
77
80
"ci" : " patch" ,
78
81
"chore" : " patch" ,
79
82
"revert" : " patch"
83
+ },
84
+ "validate-commit-msg" : {
85
+ "types" : " conventional-commit-types"
80
86
}
81
87
},
82
88
"release" : {
You can’t perform that action at this time.
0 commit comments