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:
gzb1128
2026-01-23 15:14:23 +08:00
committed by GitHub
parent 970f8bf884
commit 5230892ee8

View File

@@ -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"
},