27 lines
589 B
Diff
27 lines
589 B
Diff
From d4a16ffd18b0c7e054bc8efd2381e299264311fb Mon Sep 17 00:00:00 2001
|
|
From: cherry530 <707078654@qq.com>
|
|
Date: Tue, 31 Oct 2023 16:19:25 +0800
|
|
Subject: [PATCH] adapted caller-path
|
|
|
|
Signed-off-by: cherry530 <707078654@qq.com>
|
|
---
|
|
package.json | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/package.json b/package.json
|
|
index 0c09362..1bbd9dd 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -31,7 +31,7 @@
|
|
"bypass"
|
|
],
|
|
"dependencies": {
|
|
- "parent-module": "^1.0.0",
|
|
+ "caller-path": "^2.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
--
|
|
2.27.0
|
|
|