File: find-up.patch

package info (click to toggle)
node-read-pkg-up 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 140 kB
  • sloc: javascript: 49; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/index.js
+++ b/index.js
@@ -1,5 +1,5 @@
 import path from 'node:path';
-import {findUp, findUpSync} from 'find-up-simple';
+import {findUp, findUpSync} from 'find-up';
 import {readPackage, readPackageSync} from 'read-pkg';
 
 export async function readPackageUp(options) {