Skip to content

Commit 7429664

Browse files
author
Tony Sullivan
authored
Adds the "withastro" keyword to adapter packages (#4558)
* adds the "withastro" keyword to adapter packages * chore: add changeset
1 parent 385a8f0 commit 7429664

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

.changeset/chatty-foxes-bow.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@astrojs/cloudflare': patch
3+
'@astrojs/deno': patch
4+
'@astrojs/netlify': patch
5+
'@astrojs/node': patch
6+
'@astrojs/vercel': patch
7+
---
8+
9+
Adding the `withastro` keyword to include the adapters on the [Integrations Catalog](https://astro.build/integrations)

packages/integrations/cloudflare/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"directory": "packages/integrations/cloudflare"
1313
},
1414
"keywords": [
15+
"withastro",
1516
"astro-adapter"
1617
],
1718
"bugs": "https://github.com/withastro/astro/issues",

packages/integrations/deno/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"directory": "packages/integrations/deno"
1313
},
1414
"keywords": [
15+
"withastro",
1516
"astro-adapter"
1617
],
1718
"bugs": "https://github.com/withastro/astro/issues",

packages/integrations/netlify/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"directory": "packages/integrations/netlify"
1313
},
1414
"keywords": [
15+
"withastro",
1516
"astro-adapter"
1617
],
1718
"bugs": "https://github.com/withastro/astro/issues",

packages/integrations/node/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"directory": "packages/integrations/node"
1313
},
1414
"keywords": [
15+
"withastro",
1516
"astro-adapter"
1617
],
1718
"bugs": "https://github.com/withastro/astro/issues",

packages/integrations/vercel/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"directory": "packages/integrations/vercel"
1212
},
1313
"keywords": [
14+
"withastro",
1415
"astro-adapter"
1516
],
1617
"bugs": "https://github.com/withastro/astro/issues",

0 commit comments

Comments
 (0)