Don't bundle node-pre-gyp (#5520)

Bundling node-pre-gyp was only needed for node v4 and earlier.

Remove it to avoid errors like:

> npm ERR! enoent ENOENT: no such file or directory, rename '/home/circleci/project/node_modules/node_or_tools/node_modules/abbrev' -> '/home/circleci/project/node_modules/node_or_tools/node_modules/.abbrev.DELETE'

More context: https://github.com/mapbox/node-pre-gyp/issues/260#issuecomment-407222286
This commit is contained in:
Dane Springmeyer 2021-01-27 09:19:32 -08:00 committed by GitHub
parent d4e7b3d60b
commit ed7b1baacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,6 @@
"mkdirp",
"nan",
"node-cmake",
"node-pre-gyp",
"rimraf"
],
"main": "lib/index.js",