Skip to content

Commit f63f8d3

Browse files
author
John Kleinschmidt
committed
0.19.0
1 parent 6859008 commit f63f8d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"main": "./lib/minidump.js",
33
"name": "minidump",
44
"description": "Read and process minidump file",
5-
"version": "0.17.0",
5+
"version": "0.19.0",
66
"bin": {
7-
"minidump_stackwalk": "bin/minidump_stackwalk"
7+
"minidump_stackwalk": "build/src/processor/minidump_stackwalk"
88
},
99
"types": "index.d.ts",
1010
"license": "MIT",
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"test": "mocha test && standard",
20-
"install": "node build.js"
20+
"preinstall": "node build.js"
2121
},
2222
"devDependencies": {
2323
"electron-download": "^3.0.1",

0 commit comments

Comments
 (0)