-
- Downloads
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 37 additions, 0 deletions.gitlab-ci.yml
- .markdownlint.json 5 additions, 0 deletions.markdownlint.json
- .vscode/extensions.json 5 additions, 0 deletions.vscode/extensions.json
- README.md 3 additions, 3 deletionsREADME.md
- package-lock.json 157 additions, 8 deletionspackage-lock.json
- package.json 3 additions, 3 deletionspackage.json
- rdd-technical-reference.md 330 additions, 230 deletionsrdd-technical-reference.md
.gitlab-ci.yml
0 → 100644
.markdownlint.json
0 → 100644
.vscode/extensions.json
0 → 100644
{ | ||
"private": true, | ||
"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", | ||
... | ... | @@ -8,6 +8,7 @@ |
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"markdownlint-cli": "^0.23.1", | ||
"commitizen": "^4.1.2", | ||
"cz-customizable": "^6.2.0" | ||
}, | ||
... | ... | @@ -15,6 +16,5 @@ |
"commitizen": { | ||
"path": "./node_modules/cz-customizable" | ||
} | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment