-
- Downloads
No related branches found
No related tags found
.cz-config.js
0 → 100644
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "technical-reference", | |||
"version": "0.1.0", | |||
"description": "A document describing the software development process at 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": { | |||
"commitizen": "^4.1.2", | |||
"cz-customizable": "^6.2.0" | |||
}, | |||
"config": { | |||
"commitizen": { | |||
"path": "./node_modules/cz-customizable" | |||
} | |||
}, | |||
"dependencies": {} | |||
} |
Please register or sign in to comment