Commit 0b56591f by xzyfer

Bump npm deps

get-stdin wasn't bumped to ^5 because it introduced a breaking
change which would require use to drop support for node 0.10 or
add a promise library just for this module.
parent 877db529
...@@ -54,21 +54,21 @@ ...@@ -54,21 +54,21 @@
"cross-spawn": "^2.0.0", "cross-spawn": "^2.0.0",
"gaze": "^0.5.1", "gaze": "^0.5.1",
"get-stdin": "^4.0.1", "get-stdin": "^4.0.1",
"glob": "^5.0.14", "glob": "^6.0.2",
"meow": "^3.3.0", "meow": "^3.3.0",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"nan": "^2.0.8", "nan": "^2.0.8",
"npmconf": "^2.1.2",
"node-gyp": "^3.0.1", "node-gyp": "^3.0.1",
"npmconf": "^2.1.2",
"request": "^2.61.0", "request": "^2.61.0",
"sass-graph": "^2.0.1" "sass-graph": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"coveralls": "^2.11.4", "coveralls": "^2.11.4",
"istanbul": "^0.3.18", "istanbul": "^0.4.1",
"jshint": "^2.8.0", "jshint": "^2.8.0",
"mocha": "^2.3.4", "mocha": "^2.3.4",
"mocha-lcov-reporter": "^0.0.2", "mocha-lcov-reporter": "^1.0.0",
"rimraf": "^2.4.2" "rimraf": "^2.4.2"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment