Skip to content

Commit 8ccd2bc

Browse files
authored
Update package.json
1 parent 8d39526 commit 8ccd2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-oom-heapdump",
3-
"version": "3.3.0-pre2",
3+
"version": "3.3.0-pre3",
44
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
55
"main": "index.js",
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"binary": {
1717
"module_name": "node_oom_heapdump_native",
1818
"module_path": "./build/Release",
19-
"package_name": "{module_name}-v{version}-{platform}-{arch}-{libc}.tar.gz",
19+
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
2020
"host": "https://github.com/blueconic/node-oom-heapdump/releases/download/{version}"
2121
},
2222
"engines": {

0 commit comments

Comments
 (0)