diff --git a/shims/path.js b/shims/path.js index ffd0088..46dd292 100644 --- a/shims/path.js +++ b/shims/path.js @@ -1,4 +1,4 @@ -const path = require("./path.js"); +const { path } = require('../src/index'); module.exports = { __esModule: true,