Skip to content

Commit 9d48278

Browse files
authored
chore: change Lerna-Lite deprecated option to new stripPackageKeys
1 parent a8b1a50 commit 9d48278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"command": {
77
"publish": {
88
"cleanupTempFiles": true,
9-
"removePackageFields": [
9+
"stripPackageKeys": [
1010
"devDependencies",
1111
"scripts"
1212
]
@@ -24,4 +24,4 @@
2424
"packages": [
2525
"packages/multiple-select-vanilla"
2626
]
27-
}
27+
}

0 commit comments

Comments
 (0)