Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Dec 8, 2014
1 parent 89a99e7 commit c8de853
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,18 @@ package.json upgraded
Now simply perform the usual "npm update" and verify that your project
works with the upgraded versions.

Filter the packages that are searched with a list or regex:
```
$ npm-check-updates -f mocha,should
$ npm-check-updates -f /^((?!gulp-).)*$/
```

History
--------------

- 1.4
- Add package filtering option
- Add mocha as npm test script
- 1.3
- Handle private packages and NPM errors
- Added Mocha tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-check-updates",
"version": "1.3.0",
"version": "1.4.0",
"author": "Tomas Junnonen <[email protected]>",
"description": "Find newer versions of dependencies than what your package.json allows",
"keywords": [
Expand Down

0 comments on commit c8de853

Please sign in to comment.