summaryrefslogtreecommitdiff
path: root/examples/with-markdown
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdown')
-rw-r--r--examples/with-markdown/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index daa03363f..a47797574 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -1,7 +1,14 @@
{
"name": "@example/with-markdown",
+ "description": "A demonstration on using Markdown with Astro",
"version": "0.0.1",
"private": true,
+ "keywords": ["kitchen-sink","template","astro"],
+ "repository": {
+ "directory": "/examples/with-markdown",
+ "type": "github",
+ "url": "https://github.com/snowpackjs/astro/tree/main"
+ },
"scripts": {
"dev": "astro dev",
"start": "astro dev",