diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 06bf02c..a1fc1b2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,15 +10,14 @@ { "name": "cellar", "description": "Look up the public API of any JVM dependency (Scala 3, Scala 2, Java) from the terminal", - "source": { - "source": "github", - "repo": "VirtusLab/cellar" - }, + "source": "./", + "version": "0.1.0", + "repository": "https://github.com/VirtusLab/cellar", "category": "development", "license": "MPL-2.0", "keywords": ["scala", "java", "jvm", "api", "documentation"], "author": { - "name": "rochala" + "name": "VirtusLab" }, "homepage": "https://github.com/VirtusLab/cellar" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c2b0a75..9f3970c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,6 +2,9 @@ "name": "cellar", "version": "0.1.0", "description": "Look up the public API of any JVM dependency (Scala 3, Scala 2, Java) from the terminal", - "repository": "https://github.com/virtuslab/cellar", - "license": "MPL-2.0" + "repository": "https://github.com/VirtusLab/cellar", + "license": "MPL-2.0", + "author": { + "name": "VirtusLab" + } }