mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-10 07:22:30 +02:00
fix: remove version fields from marketplace.json
Removes remaining version fields from marketplace.json to fully enable automatic plugin updates via git SHA. Fixes #36
This commit is contained in:
parent
970f8bf884
commit
5230892ee8
1 changed files with 1 additions and 3 deletions
|
|
@ -5,15 +5,13 @@
|
|||
"email": "affaan@example.com"
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner",
|
||||
"version": "1.0.0"
|
||||
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "everything-claude-code",
|
||||
"source": "./",
|
||||
"description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Affaan Mustafa"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue