upgrade-ready
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "upgrade-ready", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"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.5) | ||
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.6) | ||
@@ -24,3 +24,3 @@ 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.5 | ||
$ upgrade-ready 4.4.6 | ||
``` | ||
@@ -27,0 +27,0 @@ |
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
verbose: false, | ||
targetVersion: '4.4.5', | ||
targetVersion: '4.4.6', | ||
path: path.resolve('.') | ||
@@ -30,0 +30,0 @@ }) |