Comparing version 0.9.5 to 0.9.6
@@ -167,3 +167,2 @@ /** | ||
inst.emit('disconnected!'); | ||
return; | ||
@@ -170,0 +169,0 @@ } |
{ | ||
"name": "ipevt", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "A small library that allows peers to communicate via a central server", | ||
@@ -10,3 +10,3 @@ "main": "ipevt-client.js", | ||
"scripts": { | ||
"test-client": "node ./test/client-test.esm.js", | ||
"sample-client": "node ./sample/client.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -13,0 +13,0 @@ }, |
48650
1504