File tree 3 files changed +600
-648
lines changed
3 files changed +600
-648
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
5
5
6
6
[ ![ build status] ( https://img.shields.io/travis/angular-redux/ng-redux/master.svg?style=flat-square )] ( https://travis-ci.org/ng-redux/ng-redux )
7
7
[ ![ npm version] ( https://img.shields.io/npm/v/ng-redux.svg?style=flat-square )] ( https://www.npmjs.com/package/ng-redux )
8
+ [ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg )] ( https://conventionalcommits.org )
8
9
9
10
10
11
* ngRedux lets you easily connect your angular components with Redux.*
Original file line number Diff line number Diff line change 17
17
"build:es" : " cross-env NODE_ENV=es rollup -c -o es/ng-redux.js" ,
18
18
"build" : " npm run build:commonjs && npm run build:es" ,
19
19
"test" : " cross-env NODE_ENV=test mocha --compilers js:babel-register --recursive" ,
20
- "prepublish" : " npm run clean && npm test && npm run build"
20
+ "prepublish" : " npm run clean && npm test && npm run build" ,
21
+ "prerelease" : " npm run prepublish"
21
22
},
22
23
"repository" : {
23
24
"type" : " git" ,
43
44
"rollup-plugin-node-resolve" : " ^3.0.0" ,
44
45
"rollup-plugin-replace" : " ^1.1.1" ,
45
46
"rollup-plugin-uglify" : " ^2.0.1" ,
46
- "semantic-release " : " ^4.3.5 " ,
47
- "sinon " : " ^3 .2.0"
47
+ "sinon " : " ^3.2.0 " ,
48
+ "standard-version " : " ^4 .2.0"
48
49
},
49
50
"dependencies" : {
50
51
"babel-runtime" : " ^6.26.0" ,
55
56
"lodash.isplainobject" : " ^4.0.6" ,
56
57
"lodash.map" : " ^4.6.0" ,
57
58
"redux" : " ^3.7.2"
58
- },
59
- "czConfig" : {
60
- "path" : " node_modules/cz-conventional-changelog"
61
59
}
62
60
}
You can’t perform that action at this time.
0 commit comments