diff --git a/.npmignore b/.npmignore index 414567b..185d20a 100644 --- a/.npmignore +++ b/.npmignore @@ -12,3 +12,5 @@ docs .log blog config.json +ui +scripts \ No newline at end of file diff --git a/package.json b/package.json index 8c95b4b..4074867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@musistudio/claude-code-router", - "version": "1.0.29", + "version": "1.0.30", "description": "Use Claude Code without an Anthropics account and route it to another LLM provider", "bin": { "ccr": "./dist/cli.js"