Skip to content

Commit 3fb3715

Browse files
authored
Update node-gyp and node-pre-gyp (#1441)
1 parent 60a022c commit 3fb3715

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/sqlite3-binding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var binary = require('node-pre-gyp');
1+
var binary = require('@mapbox/node-pre-gyp');
22
var path = require('path');
33
var binding_path = binary.find(path.resolve(path.join(__dirname,'../package.json')));
44
var binding = require(binding_path);

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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",
@@ -50,15 +50,15 @@
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",

0 commit comments

Comments
 (0)