-
- Downloads
1.7.1
{ | { | ||
"name": "@general/config", | "name": "@general/config", | ||
"version": "1.7.0", | "version": "1.7.1", | ||
"description": "Simple Config with ENV Support", | "description": "Simple Config with ENV Support", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
"jest": "^25.3.0" | "jest": "^25.3.0" | ||
}, | }, | ||
"publishConfig": { | "publishConfig": { | ||
"@general:registry":"https://gitlab.br.de/api/v4/projects/7/packages/npm/" | "@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/" | ||
}, | }, | ||
"jest": { | "jest": { | ||
"collectCoverage": true, | "collectCoverage": true, | ||
... | ... |
Please register or sign in to comment