Skip to content

Commit b791221

Browse files
authored
chore: rename pkg-dir -> package-directory (#6444)
1 parent aa23415 commit b791221

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"p-reduce": "^3.0.0",
107107
"path-exists": "^5.0.0",
108108
"path-type": "^6.0.0",
109-
"pkg-dir": "^8.0.0",
109+
"package-directory": "^8.0.0",
110110
"pretty-ms": "^9.0.0",
111111
"ps-list": "^8.0.0",
112112
"read-package-up": "^11.0.0",

packages/build/src/install/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { packageDirectory } from 'pkg-dir'
1+
import { packageDirectory } from 'package-directory'
22

33
import { logInstallLocalPluginsDeps } from '../log/messages/install.js'
44

0 commit comments

Comments
 (0)