Don't bundle node-pre-gyp

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 2019-08-22 15:52:48 -07:00 committed by GitHub
parent 86aebc0812
commit b571f0ccb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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