mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
refactor: 移除 ccw/package.json 文件并更新路径引用
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"type": "module",
|
||||
"main": "ccw/src/index.js",
|
||||
"bin": {
|
||||
"ccw": "./ccw/bin/ccw.js"
|
||||
"ccw": "./ccw/bin/ccw.js",
|
||||
"ccw-mcp": "./ccw/bin/ccw-mcp.js"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ccw/bin/ccw.js",
|
||||
@@ -45,7 +46,6 @@
|
||||
"ccw/bin/",
|
||||
"ccw/dist/",
|
||||
"ccw/src/",
|
||||
"ccw/package.json",
|
||||
".claude/agents/",
|
||||
".claude/commands/",
|
||||
".claude/output-styles/",
|
||||
|
||||
Reference in New Issue
Block a user