diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index a9278490c..ca816c91c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,10 +9,10 @@ "preview": "astro preview", "astro": "astro" }, - "devDependencies": { - "@astrojs/mdx": "^0.10.3", + "dependencies": { + "astro": "^1.1.1", + "@astrojs/mdx": "^0.10.2", "@astrojs/rss": "^1.0.0", - "@astrojs/sitemap": "^1.0.0", - "astro": "^1.1.2" + "@astrojs/sitemap": "^1.0.0" } } |