Skip to content

Commit 564a5d8

Browse files
committed
Include platform, arch, and libc in module path
1 parent 33043f5 commit 564a5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"binary": {
5858
"module_name": "bcrypt_lib",
59-
"module_path": "./lib/binding/napi-v{napi_build_version}",
59+
"module_path": "./lib/binding/napi-v{napi_build_version}-{platform}-{arch}-{libc}",
6060
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
6161
"host": "https://github.com",
6262
"remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}",

0 commit comments

Comments
 (0)