Skip to content

Commit cd6e76f

Browse files
authored
Upgrade lerna to v8 (#3156)
update the lerna version
1 parent d6c89f9 commit cd6e76f

File tree

3 files changed

+3730
-2904
lines changed

3 files changed

+3730
-2904
lines changed

lerna.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"version": "independent",
3-
"useWorkspaces": true,
3+
"packages": [
4+
"packages/xrpl",
5+
"packages/ripple-binary-codec",
6+
"packages/ripple-keypairs",
7+
"packages/ripple-address-codec",
8+
"packages/isomorphic",
9+
"packages/secret-numbers"
10+
],
411
"npmClient": "npm"
512
}

0 commit comments

Comments
 (0)