mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-16 03:13:08 +08:00
chore: rename opencode plugin to ecc-universal and add .npmignore
- Rename opencode-ecc to ecc-universal across package.json, index.ts, README.md, and MIGRATION.md for consistent branding - Add .npmignore to exclude translation READMEs, release scripts, and plugin dev notes from npm package
This commit is contained in:
8
.npmignore
Normal file
8
.npmignore
Normal file
@@ -0,0 +1,8 @@
|
||||
# npm always includes README* — exclude translations from package
|
||||
README.zh-CN.md
|
||||
|
||||
# Dev-only script (release is CI/local only)
|
||||
scripts/release.sh
|
||||
|
||||
# Plugin dev notes (not needed by consumers)
|
||||
.claude-plugin/PLUGIN_SCHEMA_NOTES.md
|
||||
Reference in New Issue
Block a user