File tree 3 files changed +659
-226
lines changed
3 files changed +659
-226
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" ,
31
32
},
32
33
"homepage" : " https://github.com/angular-redux/ng-redux#readme" ,
33
34
"devDependencies" : {
35
+ "@commitlint/cli" : " ^5.2.8" ,
36
+ "@commitlint/config-conventional" : " ^5.2.3" ,
34
37
"babel-core" : " ^6.25.0" ,
35
38
"babel-plugin-transform-runtime" : " ^6.23.0" ,
36
39
"babel-preset-env" : " ^1.6.0" ,
37
40
"cross-env" : " ^5.0.5" ,
38
41
"expect" : " ^1.20.2" ,
42
+ "husky" : " ^0.14.3" ,
39
43
"mocha" : " ^3.5.0" ,
40
44
"rimraf" : " ^2.6.1" ,
41
45
"rollup" : " ^0.47.4" ,
You can’t perform that action at this time.
0 commit comments