Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2022-02-26 13:35:31 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2022-02-26 13:35:31 +0300
commit051285824cc09c3dedd9ed5528fc786486d2a6ee (patch)
treeae0dd0b1c66e40956dd2369fe40b01705c4d7a4e
parent3c6cbc059d7dc344c252521bf1a5833eadd6bfab (diff)
package.json: node-sass -> sass
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d947d8f9..dced5139 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
- "node-sass": "^4.9.3",
+ "sass": "^1.33",
"mincer": "~1.4.0",
"ejs": "~2.6.1"
},