Comparing version 4.0.0 to 4.0.1
@@ -35,2 +35,3 @@ var socket = require('k-rpc-socket') | ||
this.socket.setMaxListeners(0) | ||
this.socket.on('query', onquery) | ||
@@ -37,0 +38,0 @@ this.socket.on('response', onresponse) |
{ | ||
"name": "k-rpc", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Low-level implementation of the k-rpc protocol used the BitTorrent DHT.", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"standard": "^7.0.1", | ||
"standard": "*", | ||
"tape": "^4.4.0" | ||
@@ -15,0 +15,0 @@ }, |
17376
384