1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

bump Arduino node firmata prereq

This commit is contained in:
Dave Conway-Jones 2016-10-27 17:41:25 +01:00
parent 6fce1f5622
commit 3e3b9aa706

View File

@ -1,9 +1,9 @@
{ {
"name" : "node-red-node-arduino", "name" : "node-red-node-arduino",
"version" : "0.0.9", "version" : "0.0.10",
"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.13.0" "firmata" : "~0.14.1"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",