diff --git a/.changeset/tough-buses-hang.md b/.changeset/tough-buses-hang.md new file mode 100644 index 000000000000..ea964f070cc2 --- /dev/null +++ b/.changeset/tough-buses-hang.md @@ -0,0 +1,5 @@ +--- +'@astrojs/alpinejs': patch +--- + +add renderer category to alpinejs package keywords diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index e452694321f2..56389c141d13 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -14,6 +14,8 @@ "keywords": [ "astro-integration", "astro-component", + "renderer", + "alpinejs", "performance" ], "bugs": "https://github.com/withastro/astro/issues",