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 0c13689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/streams/package.json
Expand Up @@ -35,6 +35,6 @@
"stream-throttle": "^0.1.3"
},
"optionalDependencies": {
"serialport": "^7.0.2"
"serialport": "^7.1.5"
}
}

0 comments on commit 0c13689

Please sign in to comment.