diff --git a/package.json b/package.json index 3916c2f..b1326bf 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@musistudio/claude-code-router", - "version": "1.0.50", + "version": "1.0.51", "description": "Use Claude Code without an Anthropics account and route it to another LLM provider", "bin": { - "ccr": "./dist/cli.js" + "ccr": "dist/cli.js" }, "scripts": { "build": "node scripts/build.js",