Removed "use strict" as it breaks this node. I'm investigating why.

Also updated the package.json to reflect autors and bumped version number
This commit is contained in:
Ben Hardill
2014-12-22 15:45:51 +00:00
parent c45c625872
commit 1ef562edbd
2 changed files with 15 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
**/
module.exports = function(RED) {
"use strict";
//"use strict";
var HID = require('node-hid');
var device;
var node;