Skip to content

Commit d274d74

Browse files
committed
fix: export unixify from top level
1 parent 16655c5 commit d274d74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import patchFs from './patchFs';
22
import patchRequire from './patchRequire';
3+
import { unixify } from './correctPath';
34
import * as util from './util/list';
45

56
export {
67
util,
8+
unixify,
79
patchFs,
810
patchRequire,
911
};

0 commit comments

Comments
 (0)