diff options
Diffstat (limited to 'examples/blog-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index f52dca4af..e0284aec2 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -3,13 +3,16 @@ "version": "0.0.1", "private": true, "description": "Use Case: Multiple Authors Blogging Site built using Astro", - "keywords": ["kitchen-sink","template","astro"], + "keywords": [ + "kitchen-sink", + "template", + "astro" + ], "repository": { "directory": "/examples/blog-multiple-authors", "type": "github", "url": "https://github.com/snowpackjs/astro/tree/main" }, - "scripts": { "dev": "astro dev", "start": "astro dev", |