From b6bf3fad87515ac0fde00c3c310a954f6619462a Mon Sep 17 00:00:00 2001 From: Nicolas Brassard Date: Thu, 11 Dec 2014 14:46:58 -0500 Subject: [PATCH] Version 1.5.0 + documentation This changes create version 1.5.0 It includes relase notes and documentation for the new features (-p and -d) --- README.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 659d95db..1b105024 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,20 @@ $ npm-check-updates -u package.json upgraded ``` +Check only devDependencies packages for updates: +``` +$ npm-check-updates -d + +"mocha" can be updated to version 1.12.1 +``` + +Check only production dependencies packages for updates: +``` +$ npm-check-updates -p + +"request" can be updated from 2.20.x to 2.27.x (Installed: 2.20.0, Latest: 2.27.1) +``` + Now simply perform the usual "npm update" and verify that your project works with the upgraded versions. @@ -80,6 +94,8 @@ $ npm-check-updates -f /^((?!gulp-).)*$/ History -------------- +- 1.5 + - Add prod and dev only options - 1.4 - Add package filtering option - Add mocha as npm test script diff --git a/package.json b/package.json index 8e781846..8093c4ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-check-updates", - "version": "1.4.0", + "version": "1.5.0", "author": "Tomas Junnonen ", "description": "Find newer versions of dependencies than what your package.json allows", "keywords": [