summaryrefslogtreecommitdiff
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
commit09542f342dd80ee23ab084ab9e8ccdc0043bc29e (patch)
tree27170af24eaf8ea3ed292433593fed7e7ca029fd
parentbcfab9b5c783f7296763446543d871680ea1497c (diff)
downloadastro-09542f342dd80ee23ab084ab9e8ccdc0043bc29e.tar.gz
astro-09542f342dd80ee23ab084ab9e8ccdc0043bc29e.tar.zst
astro-09542f342dd80ee23ab084ab9e8ccdc0043bc29e.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
-rw-r--r--packages/integrations/node/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index e4a37cee3..de42e7d16 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -11,6 +11,7 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/node"
},
+ "keywords": ["astro-adapter"],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {