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