-
- Downloads
ci: common CI, adapt to move
Showing
- .commitlintrc.json 3 additions, 0 deletions.commitlintrc.json
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .npmrc 1 addition, 0 deletions.npmrc
- .prettierignore 0 additions, 725 deletions.prettierignore
- .prettierrc.json 0 additions, 1 deletion.prettierrc.json
- .releaserc.json 1 addition, 1 deletion.releaserc.json
- package-lock.json 13390 additions, 0 deletionspackage-lock.json
- package.json 17 additions, 0 deletionspackage.json
- renovate.json 0 additions, 4 deletionsrenovate.json
.commitlintrc.json
0 → 100644
.npmrc
0 → 100644
.prettierignore
deleted
100644 → 0
.prettierrc.json
deleted
100644 → 0
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "simplesamlphp-module-privacyidea", | ||
"version": "0.0.0-development", | ||
"private": true, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/@commitlint/cz-commitlint" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^18.5.0", | ||
"@commitlint/cz-commitlint": "^18.5.0", | ||
"@perun/commitlint-config-perun": "^1.0.0", | ||
"@perun/semantic-release-perun-config": "^1.0.1", | ||
"commitizen": "^4.3.0" | ||
} | ||
} |
renovate.json
deleted
100644 → 0
Please register or sign in to comment