summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar Tony Sullivan <tony.f.sullivan@outlook.com> 2022-08-30 20:19:19 +0000
committerGravatar GitHub <noreply@github.com> 2022-08-30 20:19:19 +0000
commit7429664566f05ecebf6d57906f950627e62e690c (patch)
tree337af1e82b5ea4aecd9d8d64d297d898b1d0d948 /packages/integrations/netlify
parent385a8f052f15972380bda081edbb6855de106985 (diff)
downloadastro-7429664566f05ecebf6d57906f950627e62e690c.tar.gz
astro-7429664566f05ecebf6d57906f950627e62e690c.tar.zst
astro-7429664566f05ecebf6d57906f950627e62e690c.zip
Adds the "withastro" keyword to adapter packages (#4558)
* adds the "withastro" keyword to adapter packages * chore: add changeset
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r--packages/integrations/netlify/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index c24a6940d..e9da66e9a 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -12,6 +12,7 @@
"directory": "packages/integrations/netlify"
},
"keywords": [
+ "withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/astro/issues",