Bump arduino node to latest firmata and serialport

shoudl work better with nodejs 10
This commit is contained in:
Dave Conway-Jones
2019-02-12 22:44:21 +00:00
parent 602586ad82
commit c1650b5d47
3 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-arduino",
"version" : "0.0.18",
"version" : "0.1.0",
"description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : {
"firmata" : "~0.19.1"
"firmata" : "^2.0.0"
},
"repository" : {
"type":"git",
@@ -16,6 +16,7 @@
"arduino": "35-arduino.js"
}
},
"engines" : { "node" : ">=8" },
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",