mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-08 02:03:34 +08:00
fix: include .opencode/ in npm package files and add opencode keyword
The .opencode/ directory was missing from the files array, so the npm package only shipped Claude Code and Cursor configs. Selectively include .opencode/ subdirectories to avoid bundling node_modules and dist.
This commit is contained in:
14
package.json
14
package.json
@@ -18,7 +18,8 @@
|
|||||||
"automation",
|
"automation",
|
||||||
"best-practices",
|
"best-practices",
|
||||||
"cursor",
|
"cursor",
|
||||||
"cursor-ide"
|
"cursor-ide",
|
||||||
|
"opencode"
|
||||||
],
|
],
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Affaan Mustafa",
|
"name": "Affaan Mustafa",
|
||||||
@@ -35,6 +36,17 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
".cursor/",
|
".cursor/",
|
||||||
|
".opencode/commands/",
|
||||||
|
".opencode/instructions/",
|
||||||
|
".opencode/plugins/",
|
||||||
|
".opencode/prompts/",
|
||||||
|
".opencode/tools/",
|
||||||
|
".opencode/index.ts",
|
||||||
|
".opencode/opencode.json",
|
||||||
|
".opencode/package.json",
|
||||||
|
".opencode/tsconfig.json",
|
||||||
|
".opencode/MIGRATION.md",
|
||||||
|
".opencode/README.md",
|
||||||
"agents/",
|
"agents/",
|
||||||
"commands/",
|
"commands/",
|
||||||
"contexts/",
|
"contexts/",
|
||||||
|
|||||||
Reference in New Issue
Block a user