mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-02 07:03:28 +08:00
fix: rename opencode package from opencode-ecc to ecc-universal
Update all references in .opencode/ to use the published npm package name ecc-universal instead of the old opencode-ecc name.
This commit is contained in:
@@ -285,13 +285,13 @@ The `.opencode/` directory contains everything pre-configured.
|
||||
### Option 2: Install as npm Package
|
||||
|
||||
```bash
|
||||
npm install opencode-ecc
|
||||
npm install ecc-universal
|
||||
```
|
||||
|
||||
Then in your `opencode.json`:
|
||||
```json
|
||||
{
|
||||
"plugin": ["opencode-ecc"]
|
||||
"plugin": ["ecc-universal"]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user