Skip to content

Commit

Permalink
bump to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Apr 9, 2021
1 parent 59f78c2 commit f934c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "./lib/minidump.js",
"name": "minidump",
"description": "Read and process minidump file",
"version": "0.19.0",
"version": "0.20.0",
"bin": {
"minidump_stackwalk": "build/src/processor/minidump_stackwalk",
"minidump_dump": "build/src/processor/minidump_dump"
Expand Down

3 comments on commit f934c1e

@aminya
Copy link
Contributor

@aminya aminya commented on f934c1e Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bytemain
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need a postinstall script.
download the artifact to specific folder

@aminya
Copy link
Contributor

@aminya aminya commented on f934c1e Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was already discussed in
#42 (comment)

The resolution was to bundle binaries with the npm package.

Please sign in to comment.