Skip to content

Commit

Permalink
fix: update binary name again
Browse files Browse the repository at this point in the history
  • Loading branch information
xiBread committed Mar 6, 2024
1 parent 2f2fb2f commit 8773a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspect-promise",
"version": "2.0.6",
"version": "2.0.7",
"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}-{platform}-{arch}/",
"module_path": "./prebuild/{module_name}-{node_abi}-{platform}-{arch}/",
"host": "https://github.com/xiBread/inspect-promise/releases/download/",
"remote_path": "{version}",
"package_name": "{module_name}-{version}-{platform}-{arch}.tar.gz",
"package_name": "{module_name}-{version}-{node_abi}-{platform}-{arch}.tar.gz",
"pkg_path": "."
},
"dependencies": {
Expand Down

0 comments on commit 8773a17

Please sign in to comment.