Skip to content

Commit c1efa4b

Browse files
committed
v1.4.3
1 parent 0bd43af commit c1efa4b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

lerna.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "1.4.2",
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "1.4.3",
46
"publishConfig": {
57
"access": "public"
68
},
79
"command": {
810
"bootstrap": {
9-
"npmClientArgs": ["--no-package-lock"]
11+
"npmClientArgs": [
12+
"--no-package-lock"
13+
]
1014
}
1115
}
1216
}

0 commit comments

Comments
 (0)