upgrade-ready
Advanced tools
Comparing version 1.0.17 to 1.0.18
The MIT License (MIT) | ||
===================== | ||
Copyright (c) 2015 NodeSource | ||
Copyright (c) 2016 NodeSource | ||
----------------------------- | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "upgrade-ready", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "A tool to help with the process of upgrading modules to the latest version of Node.js (v4), it will check dependencies against a Node.js version", | ||
@@ -5,0 +5,0 @@ "bin": "upgrade-ready.js", |
@@ -8,3 +8,3 @@ upgrade-ready | ||
We made this tool with much <3 to help you in the process to upgrade your application to the recent versions of Node.js (4.4.3) | ||
We made this tool with much <3 to help you in the process to upgrade your application to the recent versions of Node.js (4.4.4) | ||
@@ -24,5 +24,12 @@ The tool connect with a remote server where we try to install your dependencies tree using the selected Node.js version. | ||
``` bash | ||
$ upgrade-ready 4.4.3 | ||
$ upgrade-ready 4.4.4 | ||
``` | ||
For help message: | ||
``` bash | ||
$ upgrade-ready --help | ||
``` | ||
## Authors and Contributors | ||
@@ -40,2 +47,2 @@ | ||
**upgrade-ready** is Copyright (c) 2015 NodeSource and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details. | ||
**upgrade-ready** is Copyright (c) 2016 NodeSource and licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included [LICENSE.md](https://github.com/nodesource/upgrade-ready/blob/master/LICENSE.md) file for more details. |
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
verbose: false, | ||
targetVersion: '4.4.3', | ||
targetVersion: '4.4.4', | ||
path: path.resolve('.') | ||
@@ -30,0 +30,0 @@ }) |
8959
46