- Downloads
Update 3 files
- /package.json - /.npmrc - /.gitlab-ci.yml
| { | { | ||
| "name": "@general/config", | "name": "@libs/config", | ||
| "version": "1.12.0", | "version": "1.12.0", | ||
| "description": "Simple Config with ENV Support", | "description": "Simple Config with ENV Support", | ||
| "main": "index.js", | "main": "index.js", | ||
| ... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
| "jest": "^26.6.1" | "jest": "^26.6.1" | ||
| }, | }, | ||
| "publishConfig": { | "publishConfig": { | ||
| "@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/" | "@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/" | ||
| }, | }, | ||
| "jest": { | "jest": { | ||
| "collectCoverage": true, | "collectCoverage": true, | ||
| ... | ... | ||
| ... | ... |
Please sign in to comment