Skip to content

Commit

Permalink
Change node-pre-gyp to @mapbox/node-pre-gyp index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ldavidsp committed Mar 10, 2021
1 parent d9b0b90 commit 2c385d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ npm-debug.log
core
README.md.xz
.nyc_output
/.idea/
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -7,7 +7,7 @@ var fs = require('fs');
var util = require('util');

// node-pre-gyp magic
var nodePreGyp = require('node-pre-gyp');
var nodePreGyp = require('@mapbox/node-pre-gyp');
var path = require('path');
var binding_path = nodePreGyp.find(path.resolve(path.join(__dirname,'./package.json')));
var native = require(binding_path);
Expand Down

0 comments on commit 2c385d4

Please sign in to comment.