Skip to content

Commit

Permalink
docs: fix typo in new flag docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 13, 2022
1 parent a7f531f commit 1d1b9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ with the new flag both deps would be updated and bumped, for example if we do a
```

##### without flag
without the flag it will only update the first package it finds, that is `dependencies` in this case, so peer deps would never be updateed
without the flag it will only update the first package it finds, that is `dependencies` in this case, so peer deps would never be updated
```sh
{
"name": "B",
Expand All @@ -208,7 +208,7 @@ with the flag enabled, it will update regular semver like these
- `^1.4.0-alpha.0`
- `workspace:^1.2.3`

but it will never change version with ranges
but it will never update or change versions with ranges
- `>=1.0.0`
- `>=1.0.0 <2.0.0`
- `^1 | ^2 | ^3`
Expand Down

0 comments on commit 1d1b9ba

Please sign in to comment.