summaryrefslogtreecommitdiff
path: root/examples/framework-multiple
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r--examples/framework-multiple/package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index c1876bf3f..4217f9f15 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -3,13 +3,16 @@
"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"],
+ "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",