This commit is contained in:
theory 2014-03-31 01:56:17 -06:00
parent 1886dae313
commit 6d858e6339
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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);
}