發佈與版控目標改為 jianmiau
摘要: publishConfig 與 repository 改指向 jianmiau.ddns.net,之後裸 npm publish 直接發到公開 registry;git origin 也已對調為 jianmiau(catan 降為備用 remote)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -5,11 +5,11 @@
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
"publishConfig": {
|
||||
"registry": "https://git.catan.com.tw/api/packages/Frontend/npm/"
|
||||
"registry": "https://jianmiau.ddns.net/api/packages/AI/npm/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.catan.com.tw:Frontend/telegram-codex-bot.git"
|
||||
"url": "ssh://git@jianmiau.ddns.net:8022/AI/telegram-codex-bot.git"
|
||||
},
|
||||
"main": "src/index.js",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user