Skip to content

Commit

Permalink
chore(config): fix fs import
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
nejch and viceice authored Dec 8, 2021
1 parent b3a7fab commit ab5357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/global/config/parse/file.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { readFile } from 'fs-extra';
import { readFile } from '../../../../util/fs';
import { load } from 'js-yaml';
import JSON5 from 'json5';
import upath from 'upath';
Expand Down

0 comments on commit ab5357a

Please sign in to comment.