Security upgrades
This commit is contained in:
10
node_modules/node-addon-api/index.js
generated
vendored
Normal file
10
node_modules/node-addon-api/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
const path = require('path');
|
||||
|
||||
const include = path.relative('.', __dirname);
|
||||
|
||||
module.exports = {
|
||||
include: include,
|
||||
gyp: path.join(include, 'node_api.gyp:nothing'),
|
||||
isNodeApiBuiltin: true,
|
||||
needsFlag: false
|
||||
};
|
||||
Reference in New Issue
Block a user