File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- var binary = require ( 'node-pre-gyp' ) ;
1+ var binary = require ( '@mapbox/ node-pre-gyp' ) ;
22var path = require ( 'path' ) ;
33var binding_path = binary . find ( path . resolve ( path . join ( __dirname , '../package.json' ) ) ) ;
44var binding = require ( binding_path ) ;
Original file line number Diff line number Diff line change 4141 },
4242 "dependencies" : {
4343 "node-addon-api" : " ^3.0.0" ,
44- "node-pre-gyp" : " ^0.11 .0"
44+ "@mapbox/ node-pre-gyp" : " ^1.0 .0"
4545 },
4646 "devDependencies" : {
4747 "@mapbox/cloudfriend" : " ^1.9.0" ,
5050 "mocha" : " ^5.2.0"
5151 },
5252 "peerDependencies" : {
53- "node-gyp" : " 3 .x"
53+ "node-gyp" : " 7 .x"
5454 },
5555 "peerDependenciesMeta" : {
5656 "node-gyp" : {
5757 "optional" : true
5858 }
5959 },
6060 "optionalDependencies" : {
61- "node-gyp" : " 3 .x"
61+ "node-gyp" : " 7 .x"
6262 },
6363 "scripts" : {
6464 "install" : " node-pre-gyp install --fallback-to-build" ,
You can’t perform that action at this time.
0 commit comments