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 serialport#1055
  • Loading branch information
thom-nic authored and jalafel committed Feb 12, 2017
1 parent 225c603 commit 1449f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
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 1449f9c

Please sign in to comment.