Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjunnone committed Sep 7, 2013
1 parent ef77494 commit 38089a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/npm-check-updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function upgradePackageFile(packageFile, currentDependencies, upgradedDependenci
}

program
.version('1.0.0')
.version('1.0.1')
.usage('[options] <package.json or dir>')
.option('-s, --silent', "Don't output anything")
.option('-u, --upgrade', 'Upgrade package.json dependencies with the latest versions while maintaining your versioning policy')
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.0.0",
"version": "1.0.1",
"author": "Tomas Junnonen <[email protected]>",
"description": "Find newer versions of dependencies than what your package.json allows",
"keywords": ["npm", "check", "find", "discover", "updates", "upgrades", "dependencies", "package.json", "updater", "version", "management"],
Expand Down

0 comments on commit 38089a4

Please sign in to comment.