arduino node - slight tidy, fix node declaration

to close #535
This commit is contained in:
Dave Conway-Jones
2019-04-15 17:28:55 +01:00
parent a475b67a19
commit 8d45e85acf
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-arduino",
"version" : "0.2.1",
"version" : "0.2.2",
"description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : {
"firmata" : "^2.0.0"