Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt committed Aug 26, 2019
1 parent 6859008 commit f63f8d3
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
Expand Up @@ -2,9 +2,9 @@
"main": "./lib/minidump.js",
"name": "minidump",
"description": "Read and process minidump file",
"version": "0.17.0",
"version": "0.19.0",
"bin": {
"minidump_stackwalk": "bin/minidump_stackwalk"
"minidump_stackwalk": "build/src/processor/minidump_stackwalk"
},
"types": "index.d.ts",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
},
"scripts": {
"test": "mocha test && standard",
"install": "node build.js"
"preinstall": "node build.js"
},
"devDependencies": {
"electron-download": "^3.0.1",
Expand Down

0 comments on commit f63f8d3

Please sign in to comment.