Skip to content

Commit 16f17b1

Browse files
committed
feat(package.json): add commitizen and conventional changelog
1 parent c23a306 commit 16f17b1

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

package-lock.json

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"chai-enzyme": "^1.0.0-beta.1",
6363
"cross-env": "^5.2.0",
6464
"css-loader": "^2.0.2",
65+
"cz-conventional-changelog": "^2.1.0",
6566
"enzyme": "^3.6.0",
6667
"enzyme-adapter-react-16": "^1.5.0",
6768
"eslint": "^5.11.0",
@@ -96,5 +97,10 @@
9697
"react-css-themr": "^2.1.2",
9798
"react-dom": "^16.3.2",
9899
"react-icons": "^3.2.2"
100+
},
101+
"config": {
102+
"commitizen": {
103+
"path": "./node_modules/cz-conventional-changelog"
104+
}
99105
}
100106
}

0 commit comments

Comments
 (0)