Skip to content

Commit 80ef11f

Browse files
committed
fix: remove minidump_stackwalk and minidump_dump from "bin"
this was preventing `npm install` from completing successfully, as those files do not exist in the new prebuilt structure.
1 parent f934c1e commit 80ef11f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"name": "minidump",
44
"description": "Read and process minidump file",
55
"version": "0.20.0",
6-
"bin": {
7-
"minidump_stackwalk": "build/src/processor/minidump_stackwalk",
8-
"minidump_dump": "build/src/processor/minidump_dump"
9-
},
106
"types": "index.d.ts",
117
"license": "MIT",
128
"repository": {

0 commit comments

Comments
 (0)