Revert "chore: 切换到 bun publish,修复 husky 路径问题,调整 diff 折叠距离,导出 VoiceContext"

This reverts commit c80a6d062b.
This commit is contained in:
claude-code-best
2026-05-20 10:11:21 +08:00
parent 5957e26d9b
commit f6dcf63902
4 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-best",
"version": "2.4.5",
"version": "2.4.4",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",
@@ -53,7 +53,7 @@
"format": "biome format --write .",
"check": "biome check .",
"check:fix": "biome check --fix .",
"prepare": "bunx husky",
"prepare": "husky",
"test": "bun test",
"test:production": "bun run scripts/production-test.ts",
"test:production:offline": "bun run scripts/production-test.ts --offline",