Skip to content

Commit 4c0bd79

Browse files
author
xuying.xu
committed
chore: 回退lerna/json里的版本
1 parent a6b159d commit 4c0bd79

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

lerna.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"npmClient": "yarn",
3-
"packages": [
4-
"packages/*"
5-
],
6-
"version": "5.7.2",
3+
"packages": ["packages/*"],
4+
"version": "5.7.0",
75
"command": {
86
"bootstrap": {
97
"ci": false,
10-
"npmClientArgs": [
11-
"--no-package-lock"
12-
]
8+
"npmClientArgs": ["--no-package-lock"]
139
},
1410
"publish": {
1511
"commitHooks": false,
@@ -18,4 +14,4 @@
1814
"exact": true
1915
}
2016
}
21-
}
17+
}

0 commit comments

Comments
 (0)