From 3344a8863354bf41ce0c7eb310a34a91c6c2bdaf Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 25 Aug 2022 15:49:19 -0700 Subject: [PATCH] fix the alpinejs integration package.json keywords --- .changeset/wicked-cows-build.md | 5 +++++ packages/integrations/alpinejs/package.json | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/wicked-cows-build.md diff --git a/.changeset/wicked-cows-build.md b/.changeset/wicked-cows-build.md new file mode 100644 index 000000000..1058ed8bb --- /dev/null +++ b/.changeset/wicked-cows-build.md @@ -0,0 +1,5 @@ +--- +'@astrojs/alpinejs': patch +--- + +Update package.json keywords diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index e45269432..81fd4e7ce 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -14,7 +14,9 @@ "keywords": [ "astro-integration", "astro-component", - "performance" + "renderer", + "alpine.js", + "alpine" ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build",