Skip to content

Commit 1b7763b

Browse files
committed
chore: setup standard-version
1 parent bfab692 commit 1b7763b

File tree

3 files changed

+600
-648
lines changed

3 files changed

+600
-648
lines changed

README.md

+1
Original file line numberDiff line numberDiff 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.*

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
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",
@@ -43,8 +44,8 @@
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",
@@ -55,8 +56,5 @@
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
}

0 commit comments

Comments
 (0)