Skip to content

v0.3.9

@bnoordhuis bnoordhuis tagged this 04 Apr 20:21
It looks like `npm publish` when `ignore-scripts=true` is set in .npmrc
creates a package that doesn't invoke `node-gyp rebuild` when installed;
the `scripts` property in the generated package.json is empty where it
normally inserts an auto-generated `{"install":"node-gyp rebuild"}`
stanza.

Fixes: https://github.com/bnoordhuis/node-heapdump/issues/98
Refs: https://github.com/npm/npm/issues/16243
Assets 2