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