diff options
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 67e65e85b..158044d2f 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -3,7 +3,11 @@ "version": "0.0.2", "private": true, "description": "Using Markdown along with Rehype and Remark Plugins with Astro", - "keywords": ["kitchen-sink","template","astro"], + "keywords": [ + "kitchen-sink", + "template", + "astro" + ], "repository": { "directory": "/examples/with-markdown-plugins", "type": "github", |