Skip to content

Commit b580a1d

Browse files
committed
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
1 parent 7dc529b commit b580a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"binary": {
1111
"module_name": "node_sqlite3",
1212
"module_path": "./lib/binding/",
13-
"remote_uri": "http://node-sqlite3.s3.amazonaws.com",
13+
"remote_uri": "https://node-sqlite3.s3.amazonaws.com",
1414
"template": "{configuration}/{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz"
1515
},
1616
"contributors": [

0 commit comments

Comments
 (0)