diff options
author | 2021-09-06 08:25:23 +0000 | |
---|---|---|
committer | 2021-09-06 08:25:23 +0000 | |
commit | b4d1c9bc64f14971339a691f5d860e5a952f6e8b (patch) | |
tree | 2a5a1107e9df1bba1442eda3f0c42298273493fc /examples/docs | |
parent | 6185f9f7b15908b48f9ae2e1d532634f5b59c9f9 (diff) | |
download | astro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.tar.gz astro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.tar.zst astro-b4d1c9bc64f14971339a691f5d860e5a952f6e8b.zip |
[ci] yarn format
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index e27eb942f..2760bf7e0 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -3,13 +3,16 @@ "version": "0.0.1", "private": true, "description": "Documentation Site built using Astro. Our own Doc's site is based of this template!", - "keywords": ["create-astro","template","astro"], + "keywords": [ + "create-astro", + "template", + "astro" + ], "repository": { "directory": "/examples/docs", "type": "github", "url": "https://github.com/snowpackjs/astro/tree/main" }, - "scripts": { "dev": "astro dev", "start": "astro dev", |