diff --git a/package.json b/package.json index 330a70c0..52f5ca36 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "gun" -, "version": "0.0.1j" +, "version": "0.0.1k" , "author": "Mark Nadal" , "description": "Graph engine." , "engines": { @@ -8,7 +8,7 @@ , "dependencies": { "mime": "~>1.2.11", "theory": "~>0.2.6", - "coalesce": "~>0.1.9bi", + "coalesce": "~>0.1.9bj", "aws-sdk": "~>2.0.0", "fakeredis": "~>0.1.3", "redis": "~>0.10.1", diff --git a/shots.js b/shots.js index e5532348..2b83c147 100644 --- a/shots.js +++ b/shots.js @@ -207,7 +207,7 @@ module.exports = require('theory') shot.pump = function(fn){ (function(){ if(opt.src && opt.src.send){ - var m = {count: 1}; + var m = {count: 1, how:{gun: 9}}; opt.src.send(m); console.log("send that pumping message!", m); }