diff options
author | 2022-08-30 20:19:19 +0000 | |
---|---|---|
committer | 2022-08-30 20:19:19 +0000 | |
commit | 7429664566f05ecebf6d57906f950627e62e690c (patch) | |
tree | 337af1e82b5ea4aecd9d8d64d297d898b1d0d948 /packages/integrations/netlify | |
parent | 385a8f052f15972380bda081edbb6855de106985 (diff) | |
download | astro-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.json | 1 |
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", |