Skip to content

Commit

Permalink
Update node-gyp and node-pre-gyp (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Mar 9, 2021
1 parent 60a022c commit 3fb3715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/sqlite3-binding.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var binary = require('node-pre-gyp');
var binary = require('@mapbox/node-pre-gyp');
var path = require('path');
var binding_path = binary.find(path.resolve(path.join(__dirname,'../package.json')));
var binding = require(binding_path);
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"node-addon-api": "^3.0.0",
"node-pre-gyp": "^0.11.0"
"@mapbox/node-pre-gyp": "^1.0.0"
},
"devDependencies": {
"@mapbox/cloudfriend": "^1.9.0",
Expand All @@ -50,15 +50,15 @@
"mocha": "^5.2.0"
},
"peerDependencies": {
"node-gyp": "3.x"
"node-gyp": "7.x"
},
"peerDependenciesMeta": {
"node-gyp": {
"optional": true
}
},
"optionalDependencies": {
"node-gyp": "3.x"
"node-gyp": "7.x"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
Expand Down

0 comments on commit 3fb3715

Please sign in to comment.