Skip to content

Commit

Permalink
Merge pull request #6 from Ghazgkull/issue-1-unbundle
Browse files Browse the repository at this point in the history
Issue-1 remove bundled node-pre-gyp
  • Loading branch information
adnanrahic authored Oct 4, 2021
2 parents d836991 + b5b49f1 commit fdacf90
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 887 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

var gcEmitter,
binary = require('node-pre-gyp'),
binary = require('@mapbox/node-pre-gyp'),
path = require('path'),
binding_path = binary.find(path.resolve(path.join(__dirname,'./package.json'))),
gcstats = require(binding_path),
Expand Down
Loading

0 comments on commit fdacf90

Please sign in to comment.