File tree Expand file tree Collapse file tree 3 files changed +600
-648
lines changed Expand file tree Collapse file tree 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).
55
66[ ![ build status] ( https://img.shields.io/travis/angular-redux/ng-redux/master.svg?style=flat-square )] ( https://travis-ci.org/ng-redux/ng-redux )
77[ ![ 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 )
89
910
1011* ngRedux lets you easily connect your angular components with Redux.*
Original file line number Diff line number Diff line change 1717 "build:es" : " cross-env NODE_ENV=es rollup -c -o es/ng-redux.js" ,
1818 "build" : " npm run build:commonjs && npm run build:es" ,
1919 "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"
2122 },
2223 "repository" : {
2324 "type" : " git" ,
4344 "rollup-plugin-node-resolve" : " ^3.0.0" ,
4445 "rollup-plugin-replace" : " ^1.1.1" ,
4546 "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"
4849 },
4950 "dependencies" : {
5051 "babel-runtime" : " ^6.26.0" ,
5556 "lodash.isplainobject" : " ^4.0.6" ,
5657 "lodash.map" : " ^4.6.0" ,
5758 "redux" : " ^3.7.2"
58- },
59- "czConfig" : {
60- "path" : " node_modules/cz-conventional-changelog"
6159 }
6260}
You can’t perform that action at this time.
0 commit comments