Skip to content

Commit 2cb057e

Browse files
fix: plugin.json errors
1 parent c513c13 commit 2cb057e

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.claude-plugin/plugin.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,9 @@
2020
"nextjs",
2121
"architecture"
2222
],
23-
"repository": {
24-
"type": "git",
25-
"url": "https://github.com/antstackio/antstack-claude-plugin"
26-
},
23+
"repository": "https://github.com/antstackio/antstack-claude-plugin",
2724
"homepage": "https://github.com/antstackio/antstack-claude-plugin#readme",
28-
"bugs": {
29-
"url": "https://github.com/antstackio/antstack-claude-plugin/issues"
30-
},
31-
"commands": [
32-
"./commands"
33-
],
34-
"agents": [
35-
"./agents"
36-
],
25+
"commands": "./commands",
26+
"agents": "./agents",
3727
"hooks": "./hooks/cleanup-temp-files.json"
3828
}

0 commit comments

Comments
 (0)