Skip to content

Commit

Permalink
Merge pull request #856 from kelektiv/update-deps
Browse files Browse the repository at this point in the history
Update node-pre-gyp to 1.0.0
  • Loading branch information
recrsn committed Feb 21, 2021
2 parents 42c8b0c + feb477c commit 6eacfe1
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 357 deletions.
4 changes: 2 additions & 2 deletions bcrypt.js
@@ -1,8 +1,8 @@
'use strict';

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

var crypto = require('crypto');
Expand Down

0 comments on commit 6eacfe1

Please sign in to comment.