From 9efd3dd5aae52aa11d0acab7beddc09e16ad81b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leif=20=C3=98deg=C3=A5rd=20Uhlen?= <126719+leifode@users.noreply.github.com> Date: Tue, 5 May 2026 10:57:40 +0200 Subject: [PATCH] more fixes cjs->esm --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f445464..0867051 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ import exec from './src/_exec.js'; -import {dirname, path} from 'path'; +import path, {dirname} from 'path'; import { fileURLToPath } from 'url'; const __filename = fileURLToPath(import.meta.url);