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);