Comparing version 3.0.0 to 3.0.1
@@ -251,3 +251,3 @@ /* | ||
// | ||
// Now we have to force optimist to reparse command line options because | ||
// Now we have to force reparsing of command line options because | ||
// we've removed some before. | ||
@@ -254,0 +254,0 @@ // |
@@ -5,3 +5,3 @@ { | ||
"description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
@@ -33,7 +33,7 @@ "maintainers": [ | ||
"object-assign": "^4.1.1", | ||
"optimist": "^0.6.1", | ||
"prettyjson": "^1.2.1", | ||
"shush": "^1.0.0", | ||
"utile": "~0.3.0", | ||
"winston": "~0.8.1" | ||
"winston": "~0.8.1", | ||
"yargs": "^3.32.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147270
+ Addedyargs@^3.32.0
- Removedoptimist@^0.6.1
- Removedoptimist@0.6.1(transitive)