Skip to content

Commit d20b948

Browse files
committed
build(npm): Switched to commitizen for commits
1 parent 8163731 commit d20b948

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"babel-eslint": "^4.1.1",
3737
"babel-loader": "5.3.2",
3838
"core-js": "1.2.2",
39+
"cz-conventional-changelog": "^1.2.0",
3940
"eslint": "^1.3.1",
4041
"eslint-config-airbnb": "0.0.8",
4142
"eslint-plugin-react": "^3.3.1",
@@ -45,5 +46,10 @@
4546
},
4647
"engines": {
4748
"node": ">=0.10"
49+
},
50+
"config": {
51+
"commitizen": {
52+
"path": "./node_modules/cz-conventional-changelog"
53+
}
4854
}
4955
}

0 commit comments

Comments
 (0)