Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Mar 6, 2019
1 parent 3a91c87 commit 1121fbc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[![npm](https://badge.fury.io/js/npm-check-updates.svg)](http://badge.fury.io/js/npm-check-updates)
[![Build Status](https://travis-ci.org/tjunnone/npm-check-updates.svg?branch=master)](https://travis-ci.org/tjunnone/npm-check-updates)
![npm (@next)](https://img.shields.io/npm/v/npm-check-updates/next.svg)

npm-check-updates upgrades your package.json dependencies to the *latest* versions—regardless of breaking versions or any version range specified for that matter.
npm-check-updates upgrades your package.json dependencies to the *latest* versions, ignoring specified versions.

npm-check-updates maintains your existing semantic versioning *policies*, i.e., it will upgrade `"express": "^4.0.0"` to `"express": "^5.0.0"`.

Expand Down Expand Up @@ -176,15 +175,6 @@ ncu.run({
});
```

Docker
------

Docker volumes can be used to easily update a package:

```bash
docker run --rm -v $(pwd)/package.json:/app/package.json creack/ncu -u -a --packageFile /app/package.json
```

Known Issues
--------------

Expand Down

0 comments on commit 1121fbc

Please sign in to comment.