mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
7 lines
210 B
JavaScript
7 lines
210 B
JavaScript
|
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);
|
||
|
|