Commits on Source (8)
-
Michelle Weidling authored
closes #20
-
Stefan Hynek authored
-
Stefan Hynek authored
closes #20
-
Stefan Hynek authored
-
Simon Sendler authored
-
Michelle Weidling authored
-
Michelle Weidling authored
-
Michelle Weidling authored
feat: make the repo commitizen friendly Closes #20 See merge request !23
.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": {} | ||
} |