Skip to content

Commit

Permalink
fix: export unixify from top level
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 16, 2020
1 parent 16655c5 commit d274d74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import patchFs from './patchFs';
import patchRequire from './patchRequire';
import { unixify } from './correctPath';
import * as util from './util/list';

export {
util,
unixify,
patchFs,
patchRequire,
};

0 comments on commit d274d74

Please sign in to comment.