diff options
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 0fc86c5e2..3bcbe6333 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -2,6 +2,13 @@ "name": "@example/framework-preact", "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"], + "repository": { + "directory": "/examples/framework-preact", + "type": "github", + "url": "https://github.com/snowpackjs/astro/tree/main" + }, "scripts": { "dev": "astro dev", "start": "astro dev", |