-
- Downloads
update gitlab npm registry config
{ | { | ||
"name": "@plastdev/config", | "name": "@general/config", | ||
"version": "1.6.2", | "version": "1.7.0", | ||
"description": "Simple Config with ENV Support", | "description": "Simple Config with ENV Support", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -23,6 +23,9 @@ | ... | @@ -23,6 +23,9 @@ |
"@stryker-mutator/typescript": "^3.1.0", | "@stryker-mutator/typescript": "^3.1.0", | ||
"jest": "^25.3.0" | "jest": "^25.3.0" | ||
}, | }, | ||
"publishConfig": { | |||
"@general:registry":"https://gitlab.br.de/api/v4/projects/7/packages/npm/" | |||
}, | |||
"jest": { | "jest": { | ||
"collectCoverage": true, | "collectCoverage": true, | ||
"coverageReporters": [ | "coverageReporters": [ | ||
... | ... |
Please register or sign in to comment