-
- Downloads
merge
Branches
Tags
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.npmrc
0 → 100644
... | @@ -19,6 +19,9 @@ | ... | @@ -19,6 +19,9 @@ |
"prometheus" | "prometheus" | ||
], | ], | ||
"author": "Dominik Sigmund <dominik.sigmund@br.de>", | "author": "Dominik Sigmund <dominik.sigmund@br.de>", | ||
"publishConfig": { | |||
"@general:registry":"https://gitlab.br.de/api/v4/projects/8/packages/npm/" | |||
}, | |||
"license": "Unlicense", | "license": "Unlicense", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
... | ... |
Please sign in to comment