Skip to content

Commit 6eacfe1

Browse files
authored
Merge pull request #856 from kelektiv/update-deps
Update node-pre-gyp to 1.0.0
2 parents 42c8b0c + feb477c commit 6eacfe1

File tree

3 files changed

+390
-357
lines changed

3 files changed

+390
-357
lines changed

bcrypt.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use strict';
22

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

88
var crypto = require('crypto');

0 commit comments

Comments
 (0)