aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar Alexander Niebuhr <alexander@nbhr.io> 2024-08-29 09:30:06 +0200
committerGravatar Alexander Niebuhr <alexander@nbhr.io> 2024-08-29 09:30:06 +0200
commit7897044c1d95ef905a4835dafe75d5b5b323b5bf (patch)
tree1593bbc71f60058579ed35219adf53b68ee3a24b /packages/integrations
parentf3a206d260464ff29aa9c8c7f060092babdce0a9 (diff)
downloadastro-7897044c1d95ef905a4835dafe75d5b5b323b5bf.tar.gz
astro-7897044c1d95ef905a4835dafe75d5b5b323b5bf.tar.zst
astro-7897044c1d95ef905a4835dafe75d5b5b323b5bf.zip
chore: format
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/node/package.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 310343778..55d8006b2 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -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": {
@@ -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\""