Compare commits
1 Commits
main
...
58a938d0e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 58a938d0e7 |
4
.npmrc
4
.npmrc
@@ -1,4 +1,4 @@
|
|||||||
//npm.techniker.me/:_authToken="${NPM_REGISTRY_AUTH_TOKEN}"
|
//registry-node.techniker.me/:_authToken="${NODE_REGISTRY_AUTH_TOKEN}"
|
||||||
@techniker-me:registry=https://npm.techniker.me
|
@techniker-me:registry=https://registry-node.techniker.me
|
||||||
save-exact=true
|
save-exact=true
|
||||||
package-lock=false
|
package-lock=false
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
save = false
|
save = false
|
||||||
|
|
||||||
[install.scopes]
|
[install.scopes]
|
||||||
"@techniker-me" = "https://npm.techniker.me"
|
"@techniker-me" = "https://registry-node.techniker.me"
|
||||||
|
|
||||||
[test]
|
[test]
|
||||||
timeout = 5000
|
timeout = 5000
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//npm.techniker.me/:_authToken="${NPM_REGISTRY_AUTH_TOKEN}"
|
//registry-node.techniker.me/:_authToken="${NODE_REGISTRY_AUTH_TOKEN}"
|
||||||
@techniker-me:registry=https://npm.techniker.me
|
@techniker-me:registry=https://registry-node.techniker.me
|
||||||
save-exact=true
|
save-exact=true
|
||||||
package-lock=false
|
package-lock=false
|
||||||
@@ -2,4 +2,4 @@
|
|||||||
save = false
|
save = false
|
||||||
|
|
||||||
[install.scopes]
|
[install.scopes]
|
||||||
"@techniker-me" = "https://npm.techniker.me"
|
"@techniker-me" = "https://registry-node.techniker.me"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@techniker-me/pcast-api",
|
"name": "@techniker-me/pcast-api",
|
||||||
"version": "2025.1.10",
|
"version": "2025.1.8",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ci-build": "bun run build",
|
"ci-build": "bun run build",
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://npm.techniker.me"
|
"registry": "https://registry-node.techniker.me"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/"
|
"dist/"
|
||||||
|
|||||||
Reference in New Issue
Block a user