-
- Downloads
build(npm-dev): move to a customizable commitizen adapter
parent
fcb002c9
No related branches found
No related tags found
{ | { | ||
"name": "technical-reference", | "name": "technical-reference", | ||
"version": "1.0.0", | "version": "0.1.0", | ||
"description": "A document describing how the software development process works in Göttingen State and University Library's Research and Development Department.", | "description": "A document describing how the software development process works in Göttingen State and University Library's Research and Development Department.", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -8,11 +8,13 @@ | ... | @@ -8,11 +8,13 @@ |
}, | }, | ||
"license": "MIT", | "license": "MIT", | ||
"devDependencies": { | "devDependencies": { | ||
"cz-conventional-changelog": "^3.2.0" | "commitizen": "^4.1.2", | ||
"cz-customizable": "^6.2.0" | |||
}, | }, | ||
"config": { | "config": { | ||
"commitizen": { | "commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | "path": "./node_modules/cz-customizable" | ||
} | } | ||
} | }, | ||
"dependencies": {} | |||
} | } |
Please register or sign in to comment