Skip to content

Commit

Permalink
chore: use lerna fixed versioning (#1577)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
AllanZhengYP authored Oct 19, 2020
1 parent 16d75c5 commit 3430e34
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"lerna": "3.13.4",
"version": "independent",
"version": "1.0.0-rc.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"bootstrap": {
"nohoist": ["@types/*", "typedoc", "karma*"]
},
"run": {
"npmClient": "yarn"
}
},
"nohoist": ["@types/*", "typedoc", "karma*"]
}
}

0 comments on commit 3430e34

Please sign in to comment.