diff options
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 4217f9f15..1f5702cdb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -2,17 +2,6 @@ "name": "@example/framework-multiple", "version": "0.0.1", "private": true, - "description": "A Demonstration of using Multiple UI Frameworks such as React, Svelte, Preact and Vue altogether with Astro", - "keywords": [ - "framework", - "astro", - "template" - ], - "repository": { - "directory": "/examples/framework-multiple", - "type": "github", - "url": "https://github.com/snowpackjs/astro/tree/main" - }, "scripts": { "dev": "astro dev", "start": "astro dev", |