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