fix: fix shim path export
This commit is contained in:
parent
81ab65b95c
commit
fe9ed6a648
|
@ -1,6 +1,3 @@
|
|||
const { path } = require('../src/index');
|
||||
|
||||
module.exports = {
|
||||
__esModule: true,
|
||||
default: path,
|
||||
};
|
||||
module.exports = path;
|
||||
|
|
Loading…
Reference in New Issue