Skip to content

Commit be7c892

Browse files
committed
Merge pull request #942 from NodeRedis/upgrade-nyc
upgrade to [email protected] (which has several fixes for Windows)
2 parents fc7c21b + 7ec50ac commit be7c892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"coveralls": "nyc report --reporter=text-lcov | coveralls",
1919
"coverage": "nyc report --reporter=html",
2020
"benchmark": "node benchmarks/multi_bench.js",
21-
"test": "nyc ./node_modules/.bin/_mocha ./test/*.js ./test/commands/*.js --timeout=8000",
21+
"test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000",
2222
"pretest": "optional-dev-dependency hiredis",
2323
"posttest": "jshint ."
2424
},
@@ -31,16 +31,16 @@
3131
"node": ">=0.10.0"
3232
},
3333
"devDependencies": {
34+
"bluebird": "^3.0.2",
3435
"coveralls": "^2.11.2",
3536
"jshint": "^2.8.0",
3637
"metrics": "^0.1.9",
3738
"mocha": "^2.3.2",
38-
"nyc": "^5.1.1",
39+
"nyc": "^5.2.0",
3940
"optional-dev-dependency": "^1.1.0",
4041
"tcp-port-used": "^0.1.2",
4142
"uuid": "^2.0.1",
42-
"win-spawn": "^2.0.0",
43-
"bluebird": "^3.0.2"
43+
"win-spawn": "^2.0.0"
4444
},
4545
"repository": {
4646
"type": "git",

0 commit comments

Comments
 (0)