Skip to content

Commit 5649058

Browse files
committed
Upgrade lerna
1 parent 6ff4f05 commit 5649058

File tree

3 files changed

+3635
-4557
lines changed

3 files changed

+3635
-4557
lines changed

lerna.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"packages": [
3-
"packages/*",
4-
"tests/*"
5-
],
2+
"packages": ["packages/*", "tests/*"],
63
"version": "independent",
74
"command": {
85
"bootstrap": {
@@ -12,5 +9,6 @@
129
"publish": {
1310
"message": "New release :zap:"
1411
}
15-
}
12+
},
13+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1614
}

0 commit comments

Comments
 (0)