Skip to content

Commit 4cf98ae

Browse files
committed
bump binary path to 5.0.0-beta3
1 parent 5a57e5b commit 4cf98ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Version 5.0.0-beta3
44
- [all] Introduce a binding layer to provide a common low level interface to work with different platforms.
55
- [all] add `#get` to retrieve modem status flags thanks to @jgillick!
66
- [all] Add electron precompiled binaries thanks to @Mike-Dax
7-
- [all] Allow node-pre-gyp path and host to be overridden thanks to @thom-nic
87
- [all] Conform to NodeJS error message formats
98
- [all] Drop NodeJS 0.10 and 0.12 support
109
- [all] Fix baud rate parsing in `serialport-terminal` thanks to @radio-miskovice for reporting it!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"binary": {
1111
"module_name": "serialport",
1212
"module_path": "build/{configuration}/",
13-
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta2"
13+
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta3"
1414
},
1515
"main": "./lib",
1616
"repository": {

0 commit comments

Comments
 (0)