mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
refactor: add keywords to all official integrations
This commit is contained in:
parent
749aa11fb0
commit
7be8bdfed9
18 changed files with 18 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/integrations/cloudflare"
|
||||
},
|
||||
"keywords": ["astro-adapter"],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/integrations/deno"
|
||||
},
|
||||
"keywords": ["astro-adapter"],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/image"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"withastro",
|
||||
"image"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/lit"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"renderer",
|
||||
"lit"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/mdx"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"renderer",
|
||||
"mdx"
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/partytown"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"analytics",
|
||||
"performance"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/preact"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"renderer",
|
||||
"preact"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/astro-prefetch"
|
||||
},
|
||||
"keywords": ["astro-integration"],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/react"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"renderer",
|
||||
"react"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/sitemap"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"seo",
|
||||
"sitemap"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/solid"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"renderer",
|
||||
"solid"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/svelte"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"renderer",
|
||||
"svelte"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/tailwind"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component"
|
||||
],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/turbolinks"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"performance"
|
||||
],
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/integrations/vercel"
|
||||
},
|
||||
"keywords": ["astro-adapter"],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/vue"
|
||||
},
|
||||
"keywords": [
|
||||
"astro-integration",
|
||||
"astro-component",
|
||||
"renderer",
|
||||
"vue"
|
||||
|
|
Loading…
Add table
Reference in a new issue