Compare commits

..

4 Commits

5 changed files with 8 additions and 8 deletions

4
.npmrc
View File

@@ -1,4 +1,4 @@
//registry-node.techniker.me/:_authToken="${NODE_REGISTRY_AUTH_TOKEN}" //npm.techniker.me/:_authToken="${NPM_REGISTRY_AUTH_TOKEN}"
@techniker-me:registry=https://registry-node.techniker.me @techniker-me:registry=https://npm.techniker.me
save-exact=true save-exact=true
package-lock=false package-lock=false

View File

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

View File

@@ -1,4 +1,4 @@
//registry-node.techniker.me/:_authToken="${NODE_REGISTRY_AUTH_TOKEN}" //npm.techniker.me/:_authToken="${NPM_REGISTRY_AUTH_TOKEN}"
@techniker-me:registry=https://registry-node.techniker.me @techniker-me:registry=https://npm.techniker.me
save-exact=true save-exact=true
package-lock=false package-lock=false

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@techniker-me/pcast-api", "name": "@techniker-me/pcast-api",
"version": "2025.1.8", "version": "2025.1.10",
"type": "module", "type": "module",
"scripts": { "scripts": {
"ci-build": "bun run build", "ci-build": "bun run build",
@@ -64,7 +64,7 @@
} }
}, },
"publishConfig": { "publishConfig": {
"registry": "https://registry-node.techniker.me" "registry": "https://npm.techniker.me"
}, },
"files": [ "files": [
"dist/" "dist/"