summaryrefslogtreecommitdiff
path: root/examples/framework-lit
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-lit')
-rw-r--r--examples/framework-lit/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 6af44efa6..e7c74b07d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -2,6 +2,13 @@
"name": "@example/framework-lit",
"version": "0.0.1",
"private": true,
+ "description": "An example on how to use Lit's Web Components within Astro to build your site",
+ "keywords": ["framework","template","astro"],
+ "repository": {
+ "directory": "/examples/framework-lit",
+ "type": "github",
+ "url": "https://github.com/snowpackjs/astro/tree/main"
+ },
"scripts": {
"dev": "astro dev",
"start": "astro dev",