Skip to content

Commit

Permalink
Fix find-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent 97cfe08 commit 924ed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/lookup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { promises as fs } from 'fs'
import { relative, normalize } from 'path'

import findUp from 'find-up'
import { findUp } from 'find-up'
import pLocate from 'p-locate'
import { pathExists } from 'path-exists'

Expand Down

0 comments on commit 924ed60

Please sign in to comment.