blob: 3a5f96ced09ba83e6aafe62ef08da066badec50c [file] [log] [blame]
// Entry point is needed so that the module could be required.
// The module dir path will be need to copy resources from it.
exports = module.exports = {
dirname: __dirname
};