diff options
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 3bcbe6333..7e21b6952 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -3,7 +3,11 @@ "version": "0.0.1", "private": true, "description": "A Demonstration on using Preact's ulta lightweight UI library to build your site with Astro", - "keywords": ["framework","template","astro"], + "keywords": [ + "framework", + "template", + "astro" + ], "repository": { "directory": "/examples/framework-preact", "type": "github", |