fix the alpinejs integration package.json keywords
This commit is contained in:
parent
7960fb80a1
commit
3344a88633
2 changed files with 8 additions and 1 deletions
5
.changeset/wicked-cows-build.md
Normal file
5
.changeset/wicked-cows-build.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@astrojs/alpinejs': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update package.json keywords
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue