|
|
@ -25,11 +25,14 @@
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^7.3.2",
|
|
|
|
"@commitlint/cli": "^7.3.2",
|
|
|
|
"@commitlint/config-conventional": "^7.3.1",
|
|
|
|
"@commitlint/config-conventional": "^7.3.1",
|
|
|
|
"cz-conventional-changelog": "^2.1.0"
|
|
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
|
|
|
|
|
|
"cz-emoji": "^1.1.2"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
|
"path": "./node_modules/cz-emoji"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"cz-emoji": {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|