Compare commits
4 Commits
58a938d0e7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4df0eeabfe | |||
| 8028d61940 | |||
| 40abf82f53 | |||
| a88fa40ba2 |
4
.npmrc
4
.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
|
||||
@@ -2,7 +2,7 @@
|
||||
save = false
|
||||
|
||||
[install.scopes]
|
||||
"@techniker-me" = "https://registry-node.techniker.me"
|
||||
"@techniker-me" = "https://npm.techniker.me"
|
||||
|
||||
[test]
|
||||
timeout = 5000
|
||||
|
||||
@@ -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
|
||||
@@ -2,4 +2,4 @@
|
||||
save = false
|
||||
|
||||
[install.scopes]
|
||||
"@techniker-me" = "https://registry-node.techniker.me"
|
||||
"@techniker-me" = "https://npm.techniker.me"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@techniker-me/pcast-api",
|
||||
"version": "2025.1.8",
|
||||
"version": "2025.1.10",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"ci-build": "bun run build",
|
||||
@@ -64,7 +64,7 @@
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry-node.techniker.me"
|
||||
"registry": "https://npm.techniker.me"
|
||||
},
|
||||
"files": [
|
||||
"dist/"
|
||||
|
||||
Reference in New Issue
Block a user