v2.1.6
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-buffertools/issues/88