diff options
author | Dane Springmeyer <springmeyer@users.noreply.github.com> | 2018-07-23 15:33:03 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-07-23 16:02:10 -0700 |
commit | bcc93baeb152bf3f0b5540cfd08e989bc1b032a7 (patch) | |
tree | e6e57eb8fcabd0df502ef2f5d23f4203933b55d2 /package.json | |
parent | da5966b932e02d5d967e10b68617adbd4de2558f (diff) | |
download | qtlocation-mapboxgl-bcc93baeb152bf3f0b5540cfd08e989bc1b032a7.tar.gz |
Remove 'preinstall'
This is an obsolete workaround for old npm versions that broke with bundling but also did not install deps predictably.
Refs:
- https://github.com/mapbox/node-pre-gyp/blob/master/README.md#configuring
- https://github.com/mapbox/node-pre-gyp/issues/260
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 7de832b116..f1c8411fd0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "node": ">=6" }, "scripts": { - "preinstall": "npm install node-pre-gyp", "install": "node-pre-gyp install --fallback-to-build=false || make node", "test": "tape platform/node/test/js/**/*.test.js", "test-memory": "node --expose-gc platform/node/test/memory.test.js", |