From d95a0be87c9db43d9d3d97b67518212bf0baadb7 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Thu, 16 Oct 2025 23:36:22 +0900 Subject: [PATCH] fix: update nuxt-ui plugin to use pleaseai fork Update nuxt-ui plugin repository reference from nuxt/ui to pleaseai/nuxt-ui since the upstream PR has not been merged yet. This ensures users install the version with Claude Code plugin configuration. --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7fb36410..8966a18c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -96,7 +96,7 @@ "description": "Nuxt UI component library with comprehensive documentation, templates, and examples via MCP server", "source": { "source": "github", - "repo": "nuxt/ui" + "repo": "pleaseai/nuxt-ui" } } ]