Commit b580a1d4 by Mithgol

use `https` (instead of `http`) in the value of `remote_uri`

Otherwise the following check fails:

https://github.com/springmeyer/node-pre-gyp/blob/3d4632a7333d420d6423299b143f5391b626e904/lib/util/versioning.js#L75-79
parent 7dc529b5
......@@ -10,7 +10,7 @@
"binary": {
"module_name": "node_sqlite3",
"module_path": "./lib/binding/",
"remote_uri": "http://node-sqlite3.s3.amazonaws.com",
"remote_uri": "https://node-sqlite3.s3.amazonaws.com",
"template": "{configuration}/{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz"
},
"contributors": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment