Comparing version 0.0.9 to 0.1.0
@@ -81,3 +81,3 @@ "use strict"; | ||
client.on("end", function () { | ||
client.on("close", function () { | ||
self.log("Disconnected"); | ||
@@ -84,0 +84,0 @@ self.emit("disconnected"); |
{ | ||
"name": "caspar-cg", | ||
"description": "Caspar CG to Node interface", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"author": "Kevin Smith (@respectTheCode)", | ||
@@ -29,3 +29,6 @@ "homepage": "https://github.com/respectTheCode/node-caspar-cg", | ||
"chai": "~1.8.1" | ||
}, | ||
"engines" : { | ||
"node" : ">=4.0.0" | ||
} | ||
} |
39371