From 73e205d743cbdd32137b8cab2f2f7fa3b657f86a Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:47:15 -0700 Subject: [PATCH] Stop re-exporting path-exists --- index.js | 5 ----- package.json | 1 - 2 files changed, 6 deletions(-) diff --git a/index.js b/index.js index c49fef0..aa5d58c 100644 --- a/index.js +++ b/index.js @@ -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'; diff --git a/package.json b/package.json index 3d96002..67d1f99 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ ], "dependencies": { "locate-path": "^7.2.0", - "path-exists": "^5.0.0", "unicorn-magic": "^0.1.0" }, "devDependencies": {