Skip to content

Commit

Permalink
chore: serialport@7.1.5 for Node 12 compatibility
Browse files Browse the repository at this point in the history
Serialport 7.1.5 is supposed to be compatible with Node 12,
so let's upgrade to that to skip the ugly compile fails that
people experience with Node 12.

We are not supporting officially Node 12 though.

serialport/node-serialport#1742 (comment)
  • Loading branch information
tkurki committed Sep 22, 2019
1 parent d75fb89 commit 7f93555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/streams/package.json
@@ -1,6 +1,6 @@
{
"name": "@signalk/streams",
"version": "1.3.2",
"version": "1.4.1",
"description": "Utilities for handling streams of Signal K data",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"stream-throttle": "^0.1.3"
},
"optionalDependencies": {
"serialport": "^7.0.2"
"serialport": "^7.1.5"
}
}

0 comments on commit 7f93555

Please sign in to comment.