mirror of
https://github.com/sweetwisdom/everything-claude-code-zh.git
synced 2026-03-22 14:40:14 +00: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:
@@ -5,15 +5,13 @@
|
|||||||
"email": "affaan@example.com"
|
"email": "affaan@example.com"
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner",
|
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner"
|
||||||
"version": "1.0.0"
|
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "everything-claude-code",
|
"name": "everything-claude-code",
|
||||||
"source": "./",
|
"source": "./",
|
||||||
"description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use",
|
"description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use",
|
||||||
"version": "1.0.0",
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Affaan Mustafa"
|
"name": "Affaan Mustafa"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user