diff options
-rw-r--r-- | .changeset/tough-buses-hang.md | 5 | ||||
-rw-r--r-- | packages/integrations/alpinejs/package.json | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.changeset/tough-buses-hang.md b/.changeset/tough-buses-hang.md new file mode 100644 index 000000000..ea964f070 --- /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 e45269432..56389c141 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", |