We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6d0fb9 + c37e4f6 commit 8e860dfCopy full SHA for 8e860df
bin.js
@@ -14,7 +14,7 @@ import process from 'process'
14
// @ts-expect-error
15
import tree from 'pretty-tree'
16
import { inspect } from 'util'
17
-import { packageDirectory } from 'pkg-dir'
+import { packageDirectory } from 'package-directory'
18
import { readPackage } from 'read-pkg'
19
import { addPackageDependencies } from 'write-package'
20
package.json
@@ -46,8 +46,8 @@
46
"markdown-it-task-lists": "^2.1.1",
47
"mine.css": "^10.0.0",
48
"p-map": "^7.0.2",
49
+ "package-directory": "^8.1.0",
50
"package-json": "^10.0.0",
- "pkg-dir": "^8.0.0",
51
"preact": "^10.26.6",
52
"preact-render-to-string": "^6.5.13",
53
"pretty": "^2.0.0",
0 commit comments