diff options
-rw-r--r-- | packages/integrations/node/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index de42e7d16..1c96ebafc 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -11,7 +11,9 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/node" }, - "keywords": ["astro-adapter"], + "keywords": [ + "astro-adapter" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { |