mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 02:56:07 +00:00
c80992b6bf
* Update prettier config for the project. * Add prettier to make lint-fix.
6 lines
210 B
JavaScript
6 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);
|