diff --git a/package.json b/package.json index c837f4f..3f3a39a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kimuson/claude-code-viewer", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "license": "MIT", "repository": { @@ -16,7 +16,7 @@ "./package.json": "./package.json" }, "bin": { - "claude-code-viewer": "./dist/index.js" + "@kimuson/claude-code-viewer": "./dist/index.js" }, "scripts": { "dev": "run-p 'dev:*'",