mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat: 更新版本号至 6.2.4,添加 GPU 加速支持和相关依赖
This commit is contained in:
15
ccw/.npmignore
Normal file
15
ccw/.npmignore
Normal file
@@ -0,0 +1,15 @@
|
||||
# npm ignore file - overrides .gitignore for npm publish
|
||||
# dist/ is NOT excluded here so it gets published
|
||||
|
||||
# Development files
|
||||
node_modules/
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Test files
|
||||
tests/
|
||||
*.test.js
|
||||
*.spec.js
|
||||
|
||||
# TypeScript source maps (optional, can keep for debugging)
|
||||
# *.map
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-code-workflow",
|
||||
"version": "6.2.2",
|
||||
"version": "6.2.4",
|
||||
"description": "Claude Code Workflow CLI - Dashboard viewer for workflow sessions and reviews",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user