diff --git a/index.js b/index.js index 402858d..393fa34 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const path = require('path'); module.exports = { include: `"${__dirname}"`, - gyp: path.join(__dirname, 'nothing.gyp:nothing'), + gyp: path.join(__dirname, 'node_api.gyp:nothing'), isNodeApiBuiltin: true, needsFlag: false };