Skip to content

Commit f00d4b8

Browse files
authoredApr 6, 2018
Merge pull request #589 from agathver/libc-aware
Make binaries libc aware
2 parents dab435e + 9a9ab45 commit f00d4b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"install": "node-pre-gyp install --fallback-to-build"
3030
},
3131
"dependencies": {
32-
"nan": "2.9.2",
33-
"node-pre-gyp": "0.7.0"
32+
"nan": "2.10.0",
33+
"node-pre-gyp": "0.9.0"
3434
},
3535
"devDependencies": {
3636
"nodeunit": "~0.11.1"
@@ -56,6 +56,7 @@
5656
"module_name": "bcrypt_lib",
5757
"module_path": "./lib/binding/",
5858
"host": "https://github.com",
59-
"remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/"
59+
"remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/",
60+
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz"
6061
}
6162
}

0 commit comments

Comments
 (0)
Please sign in to comment.