Skip to content

Commit

Permalink
fix(module) 'node-pre-gyp' module not found (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
raiomarco authored May 3, 2020
1 parent fd1db56 commit b003bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { find } = require('node-pre-gyp');
const { find } = require('@discordjs/node-pre-gyp');
const { resolve, join } = require('path');

const bindingPath = find(resolve(join(__dirname, '..', 'package.json')));
Expand Down

0 comments on commit b003bca

Please sign in to comment.