Comparing version 3.0.1390 to 3.0.1392
{ | ||
"name": "c9", | ||
"description": "Cloud9 Client", | ||
"version": "3.0.1390", | ||
"version": "3.0.1392", | ||
"author": "Cloud9 <info@c9.io>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -80,6 +80,2 @@ define(function(require, exports, module) { | ||
}, | ||
"package" : { | ||
description: "", | ||
"default": false | ||
}, | ||
"verbose" : { | ||
@@ -135,3 +131,3 @@ "description": "Output more information", | ||
else { | ||
console.log("Succesfully installed", name + (argv.debug ? "" : "@" + data.version)); | ||
console.log("Successfully installed", name + (argv.debug ? "" : "@" + data.version)); | ||
process.exit(0); | ||
@@ -159,5 +155,2 @@ } | ||
}, | ||
"package" : { | ||
description: "" | ||
}, | ||
"verbose" : { | ||
@@ -193,3 +186,3 @@ "description": "Output more information", | ||
else { | ||
console.log("Succesfully removed", name); | ||
console.log("Successfully removed", name); | ||
process.exit(0); | ||
@@ -196,0 +189,0 @@ } |
@@ -726,3 +726,3 @@ define(function(require, exports, module) { | ||
// TODO better handle version exists error | ||
if (res.statusCode == 412 && !version) | ||
if (res.statusCode == 412) | ||
console.error("ERROR: most likely version " + json.version + " already exisits, try increasing version"); | ||
@@ -729,0 +729,0 @@ if (res.statusCode != 200) |
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
762256
16846