Skip to content

Commit

Permalink
Use a more correct remote path for prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Aug 26, 2022
1 parent 1656c07 commit 3351274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"binary": {
"module_name": "argon2",
"module_path": "./lib/binding/napi-v{napi_build_version}",
"host": "https://github.com/ranisalt/node-argon2/releases/download/",
"remote_path": "v{version}",
"host": "https://github.com",
"remote_path": "./ranisalt/node-argon2/releases/download/v{version}",
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
"napi_versions": [
3
Expand Down

0 comments on commit 3351274

Please sign in to comment.