fix the alpinejs integration package.json keywords

This commit is contained in:
Fred K. Schott 2022-08-25 15:49:19 -07:00
parent 7960fb80a1
commit 3344a88633
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/alpinejs': patch
---
Update package.json keywords

View file

@ -14,7 +14,9 @@
"keywords": [ "keywords": [
"astro-integration", "astro-integration",
"astro-component", "astro-component",
"performance" "renderer",
"alpine.js",
"alpine"
], ],
"bugs": "https://github.com/withastro/astro/issues", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build", "homepage": "https://astro.build",