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 7a00e1f commit 9d27424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"binary": {
"module_name": "serialport",
"module_path": "build/{configuration}/",
"host": "https://github.com",
"remote_path": "/EmergingTechnologyAdvisors/node-serialport/releases/download/{version}"
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/",
"remote_path": "{version}"
},
"main": "./lib/serialport",
"repository": {
Expand Down

0 comments on commit 9d27424

Please sign in to comment.