Bump serialport node to latest serialport lib

This commit is contained in:
Dave Conway-Jones 2019-11-13 13:31:41 +00:00
parent 8547f26a45
commit 3ed1e72481
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-serialport",
"version" : "0.8.8",
"version" : "0.9.0",
"description" : "Node-RED nodes to talk to serial ports",
"dependencies" : {
"serialport" : "^7.1.5"
"serialport" : "^8.0.5"
},
"repository" : {
"type":"git",