Update npm registry URLs in .npmrc and bunfig.toml files to use npm.techniker.me

This commit is contained in:
2025-12-07 04:48:31 -05:00
parent 40abf82f53
commit 8028d61940
4 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -2,4 +2,4 @@
save = false
[install.scopes]
"@techniker-me" = "https://registry-node.techniker.me"
"@techniker-me" = "https://npm.techniker.me"