From 22e45f63f87f02c3f70749c2af50d25535b280ca Mon Sep 17 00:00:00 2001 From: Harry Date: Mon, 13 Apr 2026 08:20:57 -0600 Subject: [PATCH] remove unnecessary strict field from plugin json --- plugins/warp/.claude-plugin/plugin.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/warp/.claude-plugin/plugin.json b/plugins/warp/.claude-plugin/plugin.json index d7799cd..da219bb 100644 --- a/plugins/warp/.claude-plugin/plugin.json +++ b/plugins/warp/.claude-plugin/plugin.json @@ -6,6 +6,5 @@ "name": "Warp", "url": "https://warp.dev" }, - "homepage": "https://github.com/warpdotdev/claude-code-warp", - "strict": false + "homepage": "https://github.com/warpdotdev/claude-code-warp" }