mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
Move SASS to devDependencies (#2572)
This commit is contained in:
parent
911b15588e
commit
41d6b39694
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,6 @@
|
||||||
"rehype-slug": "^5.0.0",
|
"rehype-slug": "^5.0.0",
|
||||||
"resolve": "^1.20.0",
|
"resolve": "^1.20.0",
|
||||||
"rollup": "^2.64.0",
|
"rollup": "^2.64.0",
|
||||||
"sass": "^1.49.0",
|
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"send": "^0.17.1",
|
"send": "^0.17.1",
|
||||||
"serialize-javascript": "^6.0.0",
|
"serialize-javascript": "^6.0.0",
|
||||||
|
@ -126,7 +125,8 @@
|
||||||
"chai": "^4.3.4",
|
"chai": "^4.3.4",
|
||||||
"cheerio": "^1.0.0-rc.10",
|
"cheerio": "^1.0.0-rc.10",
|
||||||
"execa": "^6.0.0",
|
"execa": "^6.0.0",
|
||||||
"mocha": "^9.1.3"
|
"mocha": "^9.1.3",
|
||||||
|
"sass": "^1.49.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.15.0 || >=16.0.0",
|
"node": "^14.15.0 || >=16.0.0",
|
||||||
|
|
Loading…
Reference in a new issue