chore: v0.0.5

This commit is contained in:
d-kimsuon
2025-09-01 02:07:14 +09:00
parent d4f3277693
commit 6beec4098d
2 changed files with 2 additions and 2 deletions

0
dist/index.js vendored Normal file → Executable file
View File

View File

@@ -1,6 +1,6 @@
{
"name": "@kimuson/claude-code-viewer",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"license": "MIT",
"repository": {
@@ -16,7 +16,7 @@
"./package.json": "./package.json"
},
"bin": {
"@kimuson/claude-code-viewer": "./dist/index.js"
"claude-code-viewer": "./dist/index.js"
},
"scripts": {
"dev": "run-p 'dev:*'",