Skip to content

Commit

Permalink
fix: update binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
xiBread committed Mar 6, 2024
1 parent bc1af80 commit 2f2fb2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspect-promise",
"version": "2.0.5",
"version": "2.0.6",
"description": "Reimplements Node's `util.getPromiseDetails()`",
"author": "Oscar Lee-Vermeren <oscar.leevermeren@gmail.com>",
"main": "./dist/index.js",
Expand Down Expand Up @@ -56,10 +56,10 @@
},
"binary": {
"module_name": "inspectPromise",
"module_path": "./prebuild/{module_name}-{node_abi}-{platform}-{arch}-{libc}-{libc_version}/",
"module_path": "./prebuild/{module_name}-{platform}-{arch}/",
"host": "https://github.com/xiBread/inspect-promise/releases/download/",
"remote_path": "v{version}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}-{libc_version}.tar.gz",
"remote_path": "{version}",
"package_name": "{module_name}-{version}-{platform}-{arch}.tar.gz",
"pkg_path": "."
},
"dependencies": {
Expand Down

0 comments on commit 2f2fb2f

Please sign in to comment.