Skip to content

Commit

Permalink
package.json: update remote_path to make node-pre-gyp-github happy
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-nic committed Jan 13, 2017
1 parent 5a57e5b commit 3b58192
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/EmergingTechnologyAdvisors/node-serialport/releases/download/",
"remote_path": "{version}"
},
"main": "./lib",
"repository": {
Expand Down

0 comments on commit 3b58192

Please sign in to comment.