Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Sep 13, 2023
1 parent 925bb8f commit 8baaf34
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@

- maintains existing semantic versioning _policies_, i.e. `"react": "^16.0.4"` to `"react": "^18.2.0"`.
- _only_ modifies package.json file. Run `npm install` to update your installed packages and package-lock.json.
- clean output
- sensible defaults
- lots of options for custom behavior
- sensible defaults, but highly customizable
- CLI and module usage
- compatible with `npm`, `yarn`, `pnpm`, `bun`
- compatible with: `npm`, `yarn`, `pnpm`, `deno`, `bun`

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

Expand All @@ -36,7 +34,7 @@ npx npm-check-updates

## Usage

Show all new dependencies ([excluding peerDependencies](https://github.com/raineorshine/npm-check-updates/issues/951)) for the project in the current directory:
Show the latest versions of all project dependencies:

```sh
$ ncu
Expand Down

0 comments on commit 8baaf34

Please sign in to comment.