Skip to content

Commit 715cd95

Browse files
committedMar 29, 2020
build: add cz-changelog
commitizen init cz-conventional-changelog --save-dev --save-exact

File tree

2 files changed

+1015
-133
lines changed

2 files changed

+1015
-133
lines changed
 

‎package-lock.json

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

‎package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,24 @@
3131
"dependencies": {},
3232
"devDependencies": {
3333
"benchmark": "2.1.4",
34+
"braces": ">=2.3.1",
35+
"cz-conventional-changelog": "^3.1.0",
3436
"eslint": "4.19.1",
3537
"eslint-config-airbnb-base": "^13.1.0",
3638
"eslint-plugin-import": "^2.16.0",
3739
"eslint-plugin-jest": "21.17.0",
38-
"jest": "23.6.0",
39-
"braces": ">=2.3.1",
4040
"handlebars": ">=4.0.14",
41+
"jest": "23.6.0",
4142
"js-yaml": ">=3.13.1",
4243
"mem": ">=4.0.0",
4344
"textlint-plugin-asciidoctor": "1.0.2"
4445
},
4546
"engines": {
4647
"node": ">=10.0.0"
48+
},
49+
"config": {
50+
"commitizen": {
51+
"path": "./node_modules/cz-conventional-changelog"
52+
}
4753
}
4854
}

0 commit comments

Comments
 (0)
Please sign in to comment.