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 18
18
"coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
19
19
"coverage" : " nyc report --reporter=html" ,
20
20
"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" ,
22
22
"pretest" : " optional-dev-dependency hiredis" ,
23
23
"posttest" : " jshint ."
24
24
},
31
31
"node" : " >=0.10.0"
32
32
},
33
33
"devDependencies" : {
34
+ "bluebird" : " ^3.0.2" ,
34
35
"coveralls" : " ^2.11.2" ,
35
36
"jshint" : " ^2.8.0" ,
36
37
"metrics" : " ^0.1.9" ,
37
38
"mocha" : " ^2.3.2" ,
38
- "nyc" : " ^5.1.1 " ,
39
+ "nyc" : " ^5.2.0 " ,
39
40
"optional-dev-dependency" : " ^1.1.0" ,
40
41
"tcp-port-used" : " ^0.1.2" ,
41
42
"uuid" : " ^2.0.1" ,
42
- "win-spawn" : " ^2.0.0" ,
43
- "bluebird" : " ^3.0.2"
43
+ "win-spawn" : " ^2.0.0"
44
44
},
45
45
"repository" : {
46
46
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments