Skip to content

Commit

Permalink
package.json: udpate node-pre-gyp params host & remote_path
Browse files Browse the repository at this point in the history
to support overriding a host mirror for prebuilt downloads.

Fixes #1055
  • Loading branch information
thom-nic authored and reconbot committed Jul 24, 2018
1 parent 616b580 commit c30d5a3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"binary": {
"module_name": "serialport",
"module_path": "build/{configuration}/",
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta2"
"host": "https://github.com",
"remote_path": "/EmergingTechnologyAdvisors/node-serialport/releases/download/{version}"
},
"main": "./lib",
"repository": {
Expand Down

0 comments on commit c30d5a3

Please sign in to comment.