From 9834d462fd0e5e0f2fe00e6157783c7846b25d14 Mon Sep 17 00:00:00 2001 From: Elhaouari Mohammmed <9967336+mohammed-elhaouari@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:16:33 +0100 Subject: [PATCH] Add renderer keyword to alpinejs --- packages/integrations/alpinejs/package.json | 2 ++ 1 file changed, 2 insertions(+) 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",