bump arduino node format support

to include later serial port 4.x
This commit is contained in:
Dave Conway-Jones 2017-11-07 23:03:41 +00:00
parent 269f7a5272
commit 2e9f2f856e
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"name" : "node-red-node-arduino", "name" : "node-red-node-arduino",
"version" : "0.0.13", "version" : "0.0.14",
"description" : "A Node-RED node to talk to an Arduino running firmata", "description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : { "dependencies" : {
"firmata" : "~0.15.0" "firmata" : "~0.17.0"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",