Skip to content

Commit

Permalink
build: add cz-conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BuptStEve committed Jun 22, 2021
1 parent 29194b1 commit 85fd28a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"eslint --fix"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"codesandbox-import-utils": "^2.2.3",
"markdown-it-container": "^3.0.0",
Expand All @@ -42,6 +47,7 @@
"babel-eslint": "^10.1.0",
"codecov": "^3.8.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-vue": "^2.0.2",
Expand Down

0 comments on commit 85fd28a

Please sign in to comment.