Comparing version 1.0.4 to 1.0.5
@@ -685,3 +685,4 @@ var Utils; | ||
if (error) { | ||
console.log(error.message); | ||
console.error(stderr); | ||
console.log(stdout); | ||
process.exit(1); | ||
@@ -705,3 +706,3 @@ } | ||
var path = require("path"); | ||
var VERSION = "1.0.4"; | ||
var VERSION = "1.0.5"; | ||
function run(args) { | ||
@@ -708,0 +709,0 @@ var commandOptions = CommandLine.parse(args); |
{ | ||
"name": "depsync", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Dom Chen", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.idom.me/", |
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
34398
825