diff options
Diffstat (limited to 'examples/framework-lit')
-rw-r--r-- | examples/framework-lit/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e7c74b07d..4b7d1a43d 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -3,7 +3,11 @@ "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"], + "keywords": [ + "framework", + "template", + "astro" + ], "repository": { "directory": "/examples/framework-lit", "type": "github", |