Skip to content

Commit e239cc3

Browse files
committed
README
1 parent 3f4418c commit e239cc3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@
66

77
**npm-check-updates upgrades your package.json dependencies to the _latest_ versions, ignoring specified versions.**
88

9-
- maintains existing semantic versioning _policies_, i.e. `"express": "^4.0.0"` to `"express": "^5.0.0"`.
9+
- maintains existing semantic versioning _policies_, i.e. `"react": "^16.0.4"` to `"react": "^18.2.0"`.
1010
- _only_ modifies package.json file. Run `npm install` to update your installed packages and package-lock.json.
11+
- clean output
12+
- sensible defaults
13+
- lots of options for custom behavior
14+
- CLI and module usage
15+
- compatible with `npm`, `yarn`, and `pnpm`
1116

1217
![npm-check-updates-screenshot](https://github.com/raineorshine/npm-check-updates/blob/main/.github/screenshot.png?raw=true)
1318

1419
- Red = major upgrade (and all [major version zero](https://semver.org/#spec-item-4))
1520
- Cyan = minor upgrade
1621
- Green = patch upgrade
1722

18-
You may also want to consider [npm-check](https://github.com/dylang/npm-check). Similar purpose, different features.
19-
2023
## Installation
2124

2225
Install globally:

0 commit comments

Comments
 (0)