Skip to content

Commit

Permalink
Stop re-exporting path-exists
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 2, 2024
1 parent b733bb7 commit 73e205d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,3 @@ export function findUpSync(name, options = {}) {
const matches = findUpMultipleSync(name, {...options, limit: 1});
return matches[0];
}

export {
pathExists,
pathExistsSync,
} from 'path-exists';
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
],
"dependencies": {
"locate-path": "^7.2.0",
"path-exists": "^5.0.0",
"unicorn-magic": "^0.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 73e205d

Please sign in to comment.