fix: fix shim path export

This commit is contained in:
Ben Heidemann 2021-04-04 03:22:46 +01:00 committed by David Humphrey
parent 81ab65b95c
commit fe9ed6a648
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
const { path } = require('../src/index');
module.exports = {
__esModule: true,
default: path,
};
module.exports = path;