summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar Ben Holmes <hey@bholmes.dev> 2022-07-08 16:55:33 -0400
committerGravatar GitHub <noreply@github.com> 2022-07-08 16:55:33 -0400
commitb012ee55b107dea0730286263b27d83e530fad5d (patch)
treef818b78891786deb0c4e7a035f4fcdb75ce4e9c3 /packages/integrations/netlify
parent6258cd1c3a45a56385b2dc24f0408eb751365743 (diff)
downloadastro-b012ee55b107dea0730286263b27d83e530fad5d.tar.gz
astro-b012ee55b107dea0730286263b27d83e530fad5d.tar.zst
astro-b012ee55b107dea0730286263b27d83e530fad5d.zip
[astro add] Support adapters and third party packages (#3854)
* feat: support adapters and third part integrations by keywords * refactor: add keywords to all official integrations * docs: add adapter ex to astro add help * nit: clarify astro add usage * nit: highlight link * fix: use process.exit(1) on error * chore: changeset * nit: bold integration name * fix: log install instructions for adapters instead * nit: change to logAdapterConfigInstructions * Revert "fix: log install instructions for adapters instead" This reverts commit 1a459f152bc7b7991db289999f7393e5be64ea3e. * feat: add hardcoded adapter export map * refactor: inline adapter config log
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 2e2c15432..5eee7a595 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -11,6 +11,7 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/netlify"
},
+ "keywords": ["astro-adapter"],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {