-
- Downloads
Moved
parent
55f1f3a3
No related branches found
No related tags found
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
package-lock.json
100755 → 100644
This diff is collapsed.
{ | ||
"name": "@general/log", | ||
"name": "@libs/log", | ||
"version": "3.1.0", | ||
"description": "A simple Logger with Options!", | ||
"main": "index.js", | ||
... | ... | @@ -10,7 +10,7 @@ |
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.br.de/general/log" | ||
"url": "https://gitlab.ard.de/libs/log" | ||
}, | ||
"dependencies": { | ||
"got": "^12.6.0" | ||
... | ... | @@ -19,7 +19,7 @@ |
"jest": "^29.5.0" | ||
}, | ||
"publishConfig": { | ||
"@general:registry": "https://gitlab.br.de/api/v4/projects/6/packages/npm/" | ||
"@general:registry": "https://gitlab.ard.de/api/v4/projects/930/packages/npm/" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
... | ... |
Please register or sign in to comment