diff options
Diffstat (limited to 'examples/framework-react/package.json')
-rw-r--r-- | examples/framework-react/package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 7efc36238..4c26c2458 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -3,13 +3,16 @@ "version": "0.0.1", "private": true, "description": "Explore how to using the powerful React Library to develop components within Astro", - "keywords": ["framework","template","astro"], + "keywords": [ + "framework", + "template", + "astro" + ], "repository": { "directory": "/examples/framework-react", "type": "github", "url": "https://github.com/snowpackjs/astro/tree/main" }, - "scripts": { "dev": "astro dev", "start": "astro dev", |