Skip to content

Commit 3430e34

Browse files
authored
chore: use lerna fixed versioning (#1577)
* chore: remove obsolete lerna version from lerna.json lerna entry is deprecated in lerna v3: https://github.com/lerna/lerna#legacy-fields * chore: remove nohoist packages config from lerna.json
1 parent 16d75c5 commit 3430e34

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: lerna.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
{
2-
"lerna": "3.13.4",
3-
"version": "independent",
2+
"version": "1.0.0-rc.0",
43
"npmClient": "yarn",
54
"useWorkspaces": true,
65
"command": {
7-
"bootstrap": {
8-
"nohoist": ["@types/*", "typedoc", "karma*"]
9-
},
106
"run": {
117
"npmClient": "yarn"
128
}
13-
},
14-
"nohoist": ["@types/*", "typedoc", "karma*"]
9+
}
1510
}

0 commit comments

Comments
 (0)