Skip to content

Commit a8d375f

Browse files
HXYerrorclaude
andcommitted
chore: align package metadata with renamed copilot-api-pro repository
- repository / homepage / bugs URLs → github.com/HXYerror/copilot-api-pro - drop the 'copilot-api' bin alias; the rename makes the default binary-name match work, so a single 'copilot-api-pro' entry suffices Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7d685f2 commit a8d375f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@
88
"openai-compatible",
99
"admin-ui"
1010
],
11-
"homepage": "https://github.com/HXYerror/copilot-api",
12-
"bugs": "https://github.com/HXYerror/copilot-api/issues",
11+
"homepage": "https://github.com/HXYerror/copilot-api-pro",
12+
"bugs": "https://github.com/HXYerror/copilot-api-pro/issues",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/HXYerror/copilot-api.git"
15+
"url": "git+https://github.com/HXYerror/copilot-api-pro.git"
1616
},
1717
"author": "Erick Christian <erickchristian48@gmail.com> (upstream), HXYerror (fork)",
1818
"type": "module",
1919
"bin": {
20-
"copilot-api-pro": "./dist/main.js",
21-
"copilot-api": "./dist/main.js"
20+
"copilot-api-pro": "./dist/main.js"
2221
},
2322
"files": [
2423
"dist",

0 commit comments

Comments
 (0)