Skip to content

Commit

Permalink
package.json: update node-pre-gyp config with separate host and remot…
Browse files Browse the repository at this point in the history
…e_path

Fixes #1055
  • Loading branch information
thom-nic authored and reconbot committed Jan 11, 2017
1 parent 60f98e1 commit 7a00e1f
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/4.0.7"
"host": "https://github.com",
"remote_path": "/EmergingTechnologyAdvisors/node-serialport/releases/download/{version}"
},
"main": "./lib/serialport",
"repository": {
Expand Down

0 comments on commit 7a00e1f

Please sign in to comment.