From e306ca6ecd6a30181e126f591543ce32ae05639a Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 24 Feb 2026 14:01:41 +0100 Subject: [PATCH] fix: remove unsupported 'support' field from plugin.json --- .claude-plugin/plugin.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d462467..194a3ce 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -10,8 +10,5 @@ }, "skills": [ "./skills/github-project" - ], - "support": { - "issues": "https://github.com/netresearch/github-project-skill/issues" - } + ] }