Skip to content

Commit

Permalink
Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 7, 2025
1 parent 2bfc8f1 commit 4d13eae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 35 deletions.
9 changes: 2 additions & 7 deletions packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/cloudflare"
},
"keywords": [
"withastro",
"astro-adapter"
],
"keywords": ["withastro", "astro-adapter"],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/cloudflare/",
"exports": {
Expand All @@ -25,9 +22,7 @@
"./image-endpoint": "./dist/entrypoints/image-endpoint.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"test": "astro-scripts test \"test/**/*.test.js\""
Expand Down
9 changes: 2 additions & 7 deletions packages/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/netlify"
},
"keywords": [
"withastro",
"astro-adapter"
],
"keywords": ["withastro", "astro-adapter"],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/netlify/",
"exports": {
Expand All @@ -25,9 +22,7 @@
"./image-service.js": "./dist/image-service.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"test-fn": "astro-scripts test \"test/functions/*.test.js\"",
Expand Down
9 changes: 2 additions & 7 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/node"
},
"keywords": [
"withastro",
"astro-adapter"
],
"keywords": ["withastro", "astro-adapter"],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/node/",
"exports": {
Expand All @@ -23,9 +20,7 @@
"./preview.js": "./dist/preview.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"test": "astro-scripts test \"test/**/*.test.js\""
Expand Down
18 changes: 4 additions & 14 deletions packages/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/vercel"
},
"keywords": [
"withastro",
"astro-adapter"
],
"keywords": ["withastro", "astro-adapter"],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/vercel/",
"exports": {
Expand All @@ -28,18 +25,11 @@
},
"typesVersions": {
"*": {
"serverless": [
"dist/serverless/adapter.d.ts"
],
"static": [
"dist/static/adapter.d.ts"
]
"serverless": ["dist/serverless/adapter.d.ts"],
"static": ["dist/static/adapter.d.ts"]
}
},
"files": [
"dist",
"types.d.ts"
],
"files": ["dist", "types.d.ts"],
"scripts": {
"build": "tsc",
"test": "astro-scripts test --timeout 50000 \"test/**/!(hosted).test.js\"",
Expand Down

0 comments on commit 4d13eae

Please sign in to comment.