summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 59a50e1fb..be51c12cb 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -93,7 +93,6 @@
"rehype-slug": "^5.0.0",
"resolve": "^1.20.0",
"rollup": "^2.64.0",
- "sass": "^1.49.0",
"semver": "^7.3.5",
"send": "^0.17.1",
"serialize-javascript": "^6.0.0",
@@ -126,7 +125,8 @@
"chai": "^4.3.4",
"cheerio": "^1.0.0-rc.10",
"execa": "^6.0.0",
- "mocha": "^9.1.3"
+ "mocha": "^9.1.3",
+ "sass": "^1.49.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",