2
0
mirror of https://github.com/status-im/status-react.git synced 2025-01-17 22:42:16 +00:00

7 lines
210 B
JavaScript
Raw Normal View History

var binary = require('@mapbox/node-pre-gyp');
var path = require('path');
var binding_path = binary.find(path.resolve(path.join(__dirname,'./../../../package.json')));
module.exports = require(binding_path);