This commit is contained in:
theory 2014-03-31 02:32:54 -06:00
parent 7426a74cef
commit fafac02811
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ if(LIVE){
//process.env['redis-install'] = '/tmp';
}
opt.run = ['./test/server'];
opt.run = ['./test/server', './test/tests'];
opt.node = {key: "temp gun key", src:["http://gunjs.herokuapp.com/com","http://marknadal.kd.io/com"]};
web(opt);

View File

@ -1,5 +1,5 @@
{ "name": "gun"
, "version": "0.0.1r"
, "version": "0.0.1s"
, "author": "Mark Nadal"
, "description": "Graph engine."
, "engines": {
@ -8,7 +8,7 @@
, "dependencies": {
"mime": "~>1.2.11",
"theory": "~>0.2.6",
"coalesce": "~>0.1.9bn",
"coalesce": "~>0.1.9bo",
"aws-sdk": "~>2.0.0",
"fakeredis": "~>0.1.3",
"redis": "~>0.10.1",