-
- Downloads
Merge remote-tracking branch 'origin/master' into...
Merge remote-tracking branch 'origin/master' into 10-move-to-gitlab-and-automize-pdfenize-markdown-document
No related branches found
No related tags found
.cz-config.js
0 → 100644
This diff is collapsed.
{ | { | ||
"private": true, | "private": true, | ||
"name": "technical-reference", | |||
"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": { | "devDependencies": { | ||
"markdownlint-cli": "^0.23.1" | "markdownlint-cli": "^0.23.1", | ||
"commitizen": "^4.1.2", | |||
"cz-customizable": "^6.2.0" | |||
}, | |||
"config": { | |||
"commitizen": { | |||
"path": "./node_modules/cz-customizable" | |||
} | |||
} | } | ||
} | } |
Please register or sign in to comment