Skip to content

Commit

Permalink
docs: Add legacy fields to lerna.json section (#2108) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester authored and evocateur committed Jun 2, 2019
1 parent 285bd7e commit 94fed60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -206,6 +206,11 @@ src/

Locating leaf packages under `packages/*` is considered a "best-practice", but is not a requirement for using Lerna.

#### Legacy Fields

Some `lerna.json` fields are no longer in use. Those of note include:
* `lerna`: originally used to indicate the current version of Lerna. [Made obsolete](https://github.com/lerna/lerna/pull/1122) and [removed](https://github.com/lerna/lerna/pull/1225) in v3

### Common `devDependencies`

Most `devDependencies` can be pulled up to the root of a Lerna repo with `lerna link convert`
Expand Down

0 comments on commit 94fed60

Please sign in to comment.