14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"devDependencies": {
|
|
"commitizen": "^4.3.1",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"cz-git": "^1.12.0",
|
|
"git-cz": "^4.9.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|