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>2015-07-01 22:45:14 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-07-01 22:45:14 +0300
commit7097cf5572e8f61b634c34e0dad86961b111b3b6 (patch)
tree6981ee633f78c9d4ee3660563a07e64a758dbe82 /package.json
parent47819e892fc0f2fa9c7269fdf297aa5e81a361c6 (diff)
Update node.js devDeps, tests, new mincer compat
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 045b9180..2096976e 100644
--- a/package.json
+++ b/package.json
@@ -23,8 +23,8 @@
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
- "node-sass": "~2.0",
- "mincer": "~1.2",
- "ejs": "~1.0"
+ "node-sass": "~3.2",
+ "mincer": "~1.3",
+ "ejs": "~2.3"
}
}