From 1121fbc4d2b9dcde6496d9331ebc32f1172d20a6 Mon Sep 17 00:00:00 2001 From: Raine Revere Date: Wed, 6 Mar 2019 14:07:00 -0700 Subject: [PATCH] README --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index fef167a8..668dcd28 100644 --- a/README.md +++ b/README.md @@ -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"`. @@ -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 --------------