summaryrefslogtreecommitdiff
path: root/examples/with-nanostores
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-nanostores')
-rw-r--r--examples/with-nanostores/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index e79b570dc..8e4f2d488 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -2,6 +2,13 @@
"name": "@example/with-nanostores",
"version": "0.0.1",
"private": true,
+ "description": "A working example on using the aptly named Nanostores State Management plugin with Astro",
+ "keywords": ["kitchen-sink","template","astro"],
+ "repository": {
+ "directory": "/examples/with-nanostores",
+ "type": "github",
+ "url": "https://github.com/snowpackjs/astro/tree/main"
+ },
"scripts": {
"dev": "astro dev",
"start": "astro dev",