Skip to content

Commit 1b30e96

Browse files
committed
chore: rename package to ai-cc-router, fix npm metadata
1 parent 5b51c18 commit 1b30e96

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**Round-robin proxy for multiple Claude Max accounts.**
44
Distribute Claude Code requests across N subscriptions to multiply your throughput.
55

6-
[![CI](https://github.com/VictorMinemu/cc-router/actions/workflows/ci.yml/badge.svg)](https://github.com/VictorMinemu/cc-router/actions/workflows/ci.yml)
7-
[![npm](https://img.shields.io/npm/v/cc-router)](https://www.npmjs.com/package/cc-router)
6+
[![CI](https://github.com/VictorMinemu/CC-Router/actions/workflows/ci.yml/badge.svg)](https://github.com/VictorMinemu/CC-Router/actions/workflows/ci.yml)
7+
[![npm](https://img.shields.io/npm/v/ai-cc-router)](https://www.npmjs.com/package/ai-cc-router)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
99

1010
---
@@ -198,7 +198,7 @@ cc-router service install
198198
**Requirements:** Node.js 20 or 22.
199199

200200
```bash
201-
npm install -g cc-router
201+
npm install -g ai-cc-router
202202
```
203203

204204
Verify:
@@ -386,7 +386,7 @@ See [docs/security.md](docs/security.md) for details.
386386

387387
See [CONTRIBUTING.md](CONTRIBUTING.md).
388388

389-
Bug reports → [GitHub Issues](https://github.com/VictorMinemu/cc-router/issues)
389+
Bug reports → [GitHub Issues](https://github.com/VictorMinemu/CC-Router/issues)
390390

391391
---
392392

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "cc-router",
2+
"name": "ai-cc-router",
33
"version": "0.1.0",
44
"description": "Round-robin proxy for Claude Max OAuth tokens — use multiple Claude Max accounts with Claude Code",
55
"type": "module",
66
"bin": {
7-
"cc-router": "./dist/cli/index.js"
7+
"cc-router": "dist/cli/index.js"
88
},
99
"scripts": {
1010
"build": "tsc",
@@ -26,12 +26,12 @@
2626
"license": "MIT",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/VictorMinemu/cc-router.git"
29+
"url": "git+https://github.com/VictorMinemu/CC-Router.git"
3030
},
3131
"bugs": {
32-
"url": "https://github.com/VictorMinemu/cc-router/issues"
32+
"url": "https://github.com/VictorMinemu/CC-Router/issues"
3333
},
34-
"homepage": "https://github.com/VictorMinemu/cc-router#readme",
34+
"homepage": "https://github.com/VictorMinemu/CC-Router#readme",
3535
"files": [
3636
"dist/",
3737
"litellm-config.yaml",

0 commit comments

Comments
 (0)