diff --git a/.npmrc b/.npmrc index fc233eb655011e5cdcebcb453eeeb6dc07b611a4..e3a623b92c5e1321c62985687a98f535f3a079b0 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ strict-ssl=false -@general:registry=https://gitlab.br.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/ +@general:registry=https://gitlab.br.de/api/v4/projects/8/packages/npm/ //gitlab.br.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN} -//gitlab.br.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN} +//gitlab.br.de/api/v4/projects/8/packages/npm/:_authToken=${CI_JOB_TOKEN} diff --git a/package.json b/package.json index 9a21e2de2a8879d8f4b6568fe8dc1c879b4183d6..8353eeb792837d139468662cc1fce200c2deb4ef 100755 --- a/package.json +++ b/package.json @@ -18,6 +18,10 @@ "metrics", "prometheus" ], + "repository": { + "type": "git", + "url": "https://gitlab.br.de/general/metrics.git" + }, "author": "Dominik Sigmund <dominik.sigmund@br.de>", "publishConfig": { "@general:registry": "https://gitlab.br.de/api/v4/projects/8/packages/npm/"