diff options
author | 2022-02-16 02:49:14 +0100 | |
---|---|---|
committer | 2022-02-15 20:49:14 -0500 | |
commit | 41d6b396940bfa9df723f11a56eabf43d59c5200 (patch) | |
tree | 1a05aeeeaf8df77a604de4c4038f76b51863dc7d | |
parent | 911b15588e9f62d723a4e9396f425752f12a41b7 (diff) | |
download | astro-41d6b396940bfa9df723f11a56eabf43d59c5200.tar.gz astro-41d6b396940bfa9df723f11a56eabf43d59c5200.tar.zst astro-41d6b396940bfa9df723f11a56eabf43d59c5200.zip |
Move SASS to devDependencies (#2572)
-rw-r--r-- | packages/astro/package.json | 4 |
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", |