-
- Downloads
Merge branch 'master' into 28-onboarding-information
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 326 additions, 202 deletionsrdd-technical-reference.md
.gitlab-ci.yml
0 → 100644
.markdownlint.json
0 → 100644
.vscode/extensions.json
0 → 100644
{ | { | ||
"private": true, | |||
"name": "technical-reference", | "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.", | "description": "A document describing the software development process at Göttingen State and University Library's Research and Development Department.", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
}, | }, | ||
"license": "MIT", | "license": "MIT", | ||
"devDependencies": { | "devDependencies": { | ||
"markdownlint-cli": "^0.23.1", | |||
"commitizen": "^4.1.2", | "commitizen": "^4.1.2", | ||
"cz-customizable": "^6.2.0" | "cz-customizable": "^6.2.0" | ||
}, | }, | ||
... | @@ -15,6 +16,5 @@ | ... | @@ -15,6 +16,5 @@ |
"commitizen": { | "commitizen": { | ||
"path": "./node_modules/cz-customizable" | "path": "./node_modules/cz-customizable" | ||
} | } | ||
}, | } | ||
"dependencies": {} | |||
} | } |
This diff is collapsed.
Please register or sign in to comment