From d34ca004ace1222ad1b6f8b6be9cbab7728cc93a Mon Sep 17 00:00:00 2001 From: Thom Nichols Date: Mon, 9 Jan 2017 09:05:50 -0500 Subject: [PATCH] package.json: update node-pre-gyp config with separate host and remote_path Fixes #1055 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b71c7bba2..649d11360 100644 --- a/package.json +++ b/package.json @@ -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": {