Skip to content

Commit

Permalink
Include platform, arch, and libc in module path
Browse files Browse the repository at this point in the history
  • Loading branch information
johanholmerin committed Sep 15, 2023
1 parent 33043f5 commit 564a5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
],
"binary": {
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/napi-v{napi_build_version}",
"module_path": "./lib/binding/napi-v{napi_build_version}-{platform}-{arch}-{libc}",
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
"host": "https://github.com",
"remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}",
Expand Down

0 comments on commit 564a5d8

Please sign in to comment.