diff options
-rw-r--r-- | examples/blog-multiple-authors/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 207f9bc7b..a6cc292ed 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,6 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0" + "astro": "^0.23.0", + "sass": "^1.49.8" } } |