mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02: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:
parent
3e0a4147f1
commit
b7519cb545
1 changed files with 8 additions and 0 deletions
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue