diff options
Diffstat (limited to 'examples/framework-vue/package.json')
-rw-r--r-- | examples/framework-vue/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a95bf238b..a444531c0 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -1,7 +1,14 @@ { "name": "@example/framework-vue", "version": "0.0.1", + "keywords": ["framework","template","astro"], "private": true, + "description": "View our demonstration where we use Vue to create UI components for Astro", + "repository": { + "directory": "/examples/framework-vue", + "type": "github", + "url": "https://github.com/snowpackjs/astro/tree/main" + }, "scripts": { "dev": "astro dev", "start": "astro dev", |