diff options
author | 2022-07-08 20:57:10 +0000 | |
---|---|---|
committer | 2022-07-08 20:57:10 +0000 | |
commit | ec392589f6d60785e45a49acdb3b9bda29c566df (patch) | |
tree | 3e8a2ba475520195e483362d04519574067c27c3 /packages/integrations/prefetch | |
parent | b012ee55b107dea0730286263b27d83e530fad5d (diff) | |
download | astro-ec392589f6d60785e45a49acdb3b9bda29c566df.tar.gz astro-ec392589f6d60785e45a49acdb3b9bda29c566df.tar.zst astro-ec392589f6d60785e45a49acdb3b9bda29c566df.zip |
[ci] format
Diffstat (limited to 'packages/integrations/prefetch')
-rw-r--r-- | packages/integrations/prefetch/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 4ce1db137..7c6fa5257 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -11,7 +11,9 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/astro-prefetch" }, - "keywords": ["astro-integration"], + "keywords": [ + "astro-integration" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { |