File tree 3 files changed +369
-12
lines changed
3 files changed +369
-12
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ extends : [ '@commitlint/config-conventional' ] ,
3
+ } ;
Original file line number Diff line number Diff line change 13
13
],
14
14
"scripts" : {
15
15
"clean" : " rimraf lib dist es" ,
16
+ "commitmsg" : " commitlint -e $GIT_PARAMS" ,
16
17
"build:commonjs" : " cross-env NODE_ENV=cjs rollup -c -o lib/ng-redux.js" ,
17
18
"build:es" : " cross-env NODE_ENV=es rollup -c -o es/ng-redux.js" ,
18
19
"build" : " npm run build:commonjs && npm run build:es" ,
30
31
},
31
32
"homepage" : " https://github.com/angular-redux/ng-redux#readme" ,
32
33
"devDependencies" : {
34
+ "@commitlint/cli" : " ^5.2.5" ,
35
+ "@commitlint/config-conventional" : " ^5.2.3" ,
33
36
"babel-core" : " ^6.25.0" ,
34
37
"babel-plugin-transform-runtime" : " ^6.23.0" ,
35
38
"babel-preset-env" : " ^1.6.0" ,
36
39
"cross-env" : " ^5.0.5" ,
37
40
"expect" : " ^1.20.2" ,
41
+ "husky" : " ^0.14.3" ,
38
42
"mocha" : " ^3.5.0" ,
39
43
"rimraf" : " ^2.6.1" ,
40
44
"rollup" : " ^0.47.4" ,
You can’t perform that action at this time.
0 commit comments