add a v0.3 serial port to help with node5/6

This commit is contained in:
Dave Conway-Jones 2016-05-26 19:41:47 +01:00
parent 966e7a520b
commit 0321bf8150
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
node-red-node-serialport node-red-node-serialport
======================== ========================
<a href="http://nodered.org" target="_new">Node-RED</a> nodes to talk to a <a href="http://nodered.org" target="_new">Node-RED</a> nodes to talk to
hardware Serial port. hardware Serial ports.
**Note** : The version 0.1.x of this package requires underlying serialport **Note** : The version 0.1.x of this package requires underlying serialport
v2.0.x v2.0.x

View File

@ -1,9 +1,9 @@
{ {
"name" : "node-red-node-serialport", "name" : "node-red-node-serialport",
"version" : "0.2.1", "version" : "0.3.0",
"description" : "Node-RED nodes to talk to an serial port", "description" : "Node-RED nodes to talk to serial ports",
"dependencies" : { "dependencies" : {
"serialport" : "2.1.*" "serialport" : "~3.1.2"
}, },
"repository" : { "repository" : {
"type":"git", "type":"git",