From fe9ed6a64807fe7176fe8165d1e25dd1a11b9f65 Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sun, 4 Apr 2021 03:22:46 +0100 Subject: [PATCH] fix: fix shim path export --- shims/path.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shims/path.js b/shims/path.js index 46dd292..d852e90 100644 --- a/shims/path.js +++ b/shims/path.js @@ -1,6 +1,3 @@ const { path } = require('../src/index'); -module.exports = { - __esModule: true, - default: path, -}; +module.exports = path;