Skip to content

Commit 1ab3853

Browse files
authored
chore: update Lerna savePrefix patch to use correct file (#9505)
1 parent 342f739 commit 1ab3853

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

patches/lerna+8.2.2.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
diff --git a/node_modules/lerna/dist/commands/version/command.js b/node_modules/lerna/dist/commands/version/command.js
2-
index b8a30b5..80e4579 100644
3-
--- a/node_modules/lerna/dist/commands/version/command.js
4-
+++ b/node_modules/lerna/dist/commands/version/command.js
5-
@@ -6209,7 +6209,7 @@ var require_src = __commonJS({
1+
diff --git a/node_modules/lerna/dist/index.js b/node_modules/lerna/dist/index.js
2+
index 69bd218..1ba6346 100644
3+
--- a/node_modules/lerna/dist/index.js
4+
+++ b/node_modules/lerna/dist/index.js
5+
@@ -9450,7 +9450,7 @@ var require_src2 = __commonJS({
66
forceGitTag,
77
overrideMessage
88
};

0 commit comments

Comments
 (0)