mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 23:12:30 +02:00
fix: sync .opencode/ package version to 1.4.1
The OpenCode sub-package had stale 1.0.0 versions in package.json, index.ts VERSION export, and package-lock.json while the main package is at 1.4.1. Updated all three to match.
This commit is contained in:
parent
e96b522af0
commit
6dcb5daa5c
3 changed files with 85 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ecc-universal",
|
||||
"version": "1.0.0",
|
||||
"version": "1.4.1",
|
||||
"description": "Everything Claude Code (ECC) plugin for OpenCode - agents, commands, hooks, and skills",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue