fix: use string format for repository field in plugin.json

This commit is contained in:
Affaan Mustafa
2026-01-22 13:35:57 -08:00
parent 9e8006c8ca
commit d362ae65eb

View File

@@ -7,10 +7,7 @@
"url": "https://x.com/affaanmustafa" "url": "https://x.com/affaanmustafa"
}, },
"homepage": "https://github.com/affaan-m/everything-claude-code", "homepage": "https://github.com/affaan-m/everything-claude-code",
"repository": { "repository": "https://github.com/affaan-m/everything-claude-code",
"type": "git",
"url": "https://github.com/affaan-m/everything-claude-code.git"
},
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"claude-code", "claude-code",