11 lines
175 B
JSON
Raw Normal View History

2024-02-21 01:08:53 -06:00
{
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}