summaryrefslogtreecommitdiff
path: root/examples/docs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs')
-rw-r--r--examples/docs/package.json7
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",