From 17e2178568d5a5a8134743bfb87c62f4c04979e5 Mon Sep 17 00:00:00 2001 From: Mohammed Elhaouari <9967336+mohammed-elhaouari@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:50:11 +0100 Subject: [PATCH] Add `renderer` keyword to alpinejs integration (#4501) * Add renderer keyword to alpinejs * Add changeset --- .changeset/tough-buses-hang.md | 5 +++++ packages/integrations/alpinejs/package.json | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .changeset/tough-buses-hang.md 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",