diff --git a/social/dweetio/55-dweetio.js b/social/dweetio/55-dweetio.js index dae53d46..5d83e75c 100644 --- a/social/dweetio/55-dweetio.js +++ b/social/dweetio/55-dweetio.js @@ -26,7 +26,7 @@ module.exports = function(RED) { var node = this; var isObject = function(a) { - return (!!a) && (a.constructor === Object); + return (!!a) && (a.constructor == Object); }; this.on("input",function(msg) { diff --git a/social/dweetio/package.json b/social/dweetio/package.json index fa39f14d..f5a2a55f 100644 --- a/social/dweetio/package.json +++ b/social/dweetio/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-dweetio", - "version" : "0.0.7", + "version" : "0.0.9", "description" : "A Node-RED node to send and receive simple dweets", "dependencies" : { "node-dweetio" : "0.0.11"