diff options
author | 2024-08-29 09:30:06 +0200 | |
---|---|---|
committer | 2024-08-29 09:30:06 +0200 | |
commit | 7897044c1d95ef905a4835dafe75d5b5b323b5bf (patch) | |
tree | 1593bbc71f60058579ed35219adf53b68ee3a24b /packages/integrations | |
parent | f3a206d260464ff29aa9c8c7f060092babdce0a9 (diff) | |
download | astro-7897044c1d95ef905a4835dafe75d5b5b323b5bf.tar.gz astro-7897044c1d95ef905a4835dafe75d5b5b323b5bf.tar.zst astro-7897044c1d95ef905a4835dafe75d5b5b323b5bf.zip |
chore: format
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/node/package.json | 9 |
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\"" |