Comparing version 0.2.1 to 0.2.2
@@ -17,3 +17,5 @@ // Generated by LiveScript 1.4.0 | ||
} | ||
ws = new Ws(req, socket, body); | ||
ws = new Ws(req, socket, body, void 8, { | ||
ping: 30 | ||
}); | ||
return ws.on('message', function(it){ | ||
@@ -20,0 +22,0 @@ var fpath; |
{ | ||
"name": "markfound", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Recursively index directories of markdown files for live preview", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
54688
1022