diff --git a/.npmrc b/.npmrc index a494ac2..0ed60bc 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ -//registry-node.techniker.me/:_authToken="${NODE_REGISTRY_AUTH_TOKEN}" -@techniker-me:registry=https://registry-node.techniker.me +//npm.techniker.me/:_authToken="${NPM_REGISTRY_AUTH_TOKEN}" +@techniker-me:registry=https://npm.techniker.me save-exact=true package-lock=false \ No newline at end of file diff --git a/bunfig.toml b/bunfig.toml index 56d595b..1ca9b89 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -2,7 +2,7 @@ save = false [install.scopes] -"@techniker-me" = "https://registry-node.techniker.me" +"@techniker-me" = "https://npm.techniker.me" [test] timeout = 5000 diff --git a/examples/.npmrc b/examples/.npmrc index a494ac2..0ed60bc 100644 --- a/examples/.npmrc +++ b/examples/.npmrc @@ -1,4 +1,4 @@ -//registry-node.techniker.me/:_authToken="${NODE_REGISTRY_AUTH_TOKEN}" -@techniker-me:registry=https://registry-node.techniker.me +//npm.techniker.me/:_authToken="${NPM_REGISTRY_AUTH_TOKEN}" +@techniker-me:registry=https://npm.techniker.me save-exact=true package-lock=false \ No newline at end of file diff --git a/examples/bunfig.toml b/examples/bunfig.toml index ae22d90..231e7f3 100644 --- a/examples/bunfig.toml +++ b/examples/bunfig.toml @@ -2,4 +2,4 @@ save = false [install.scopes] -"@techniker-me" = "https://registry-node.techniker.me" +"@techniker-me" = "https://npm.techniker.me"