Skip to content

Commit

Permalink
fix: revert some dev dependency updates to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Jul 21, 2017
1 parent 7e9dda1 commit e5c8f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -35,14 +35,14 @@
"devDependencies": {
"bluebird": "^3.0.2",
"coveralls": "^2.11.2",
"cross-spawn": "^5.0.0",
"eslint": "^4.2.0",
"intercept-stdout": "~0.1.2",
"metrics": "^0.1.9",
"mocha": "^3.1.2",
"nyc": "^11.0.0",
"nyc": "^10.0.0",
"tcp-port-used": "^0.1.2",
"uuid": "^2.0.1"
"uuid": "^2.0.1",
"win-spawn": "^2.2.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/redis-process.js
Expand Up @@ -4,7 +4,7 @@
var config = require('./config');
var fs = require('fs');
var path = require('path');
var spawn = require('cross-spawn');
var spawn = require('win-spawn');
var tcpPortUsed = require('tcp-port-used');
var bluebird = require('bluebird');

Expand Down

0 comments on commit e5c8f81

Please sign in to comment.