-
- Downloads
feat: make the repo commitizen friendly
closes #20
parent
3e2df1f6
No related branches found
No related tags found
.gitignore
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "technical-reference", | ||
"version": "1.0.0", | ||
"description": "A document describing how the software development process works in Göttingen State and University Library's Research and Development Department.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.gwdg.de/fe/technical-reference.git" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"cz-conventional-changelog": "^3.2.0" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |