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>2016-07-25 09:13:13 +0300
committerGitHub <noreply@github.com>2016-07-25 09:13:13 +0300
commitcb53158988a84b197058b56d0c772d82fd26aa9a (patch)
treed755bd07135bd8a655e1b232dcf16a2f3433db6c
parent71c43f84a8f33c0b1194810a63e2eee3154514f0 (diff)
parentc76a4452224a85660fcf10594e97cd546140dafb (diff)
Merge pull request #1062 from twbs/bump-node-sass
Bump node-sass to ^3.8.0
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1c14cd16..68a2379b 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
- "node-sass": "~3.7.0",
+ "node-sass": "^3.8.0",
"mincer": "~1.4.0",
"ejs": "~2.4.2"
},