File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 },
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" ,
You can’t perform that action at this time.
0 commit comments