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:
authorChris Rebert <cvrebert@google.com>2016-07-24 04:12:16 +0300
committerChris Rebert <cvrebert@google.com>2016-07-24 04:12:16 +0300
commitc76a4452224a85660fcf10594e97cd546140dafb (patch)
treee136674312190718446c6215885e05d26e59fb26
parentd4dc758d9f79661dded7d5ab8a71cef45c9899d9 (diff)
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"
},