appcelerator
Advanced tools
Comparing version 4.2.11 to 4.2.12-1
@@ -25,4 +25,4 @@ // jscs:disable jsDoc | ||
debug('download called with arguments: %o', arguments); | ||
if (!nobanner && !wantVersion) { util.waitMessage('Finding latest version ...'); } | ||
if (!nobanner && wantVersion) { util.waitMessage('Finding version ' + wantVersion + ' ...'); } | ||
if (!nobanner && !wantVersion) { util.waitMessage('Finding latest version '); } | ||
if (!nobanner && wantVersion) { util.waitMessage('Finding version ' + wantVersion + ' '); } | ||
@@ -112,3 +112,3 @@ retryAttempts = retryAttempts || 1; | ||
if (!bar) { | ||
util.waitMessage('Downloading ...'); | ||
util.waitMessage('Downloading '); | ||
} | ||
@@ -115,0 +115,0 @@ |
@@ -117,3 +117,3 @@ // jscs:disable jsDoc | ||
attempts = attempts || 0; | ||
if (!quiet) { util.waitMessage('Installing ...'); } | ||
if (!quiet) { util.waitMessage('Installing '); } | ||
util.ensureDir(dir); | ||
@@ -189,3 +189,3 @@ var error = util.checkDirectory(dir, 'install'); | ||
if (dirs.length) { | ||
util.waitMessage('Compiling platform native modules ...\n'); | ||
util.waitMessage('Compiling platform native modules\n'); | ||
// run them serially so we don't run into npm lock issues | ||
@@ -214,3 +214,3 @@ var doNext = function doNext() { | ||
debug('exec: %s in dir %s', cmd, installdir); | ||
util.waitMessage('└ ' + chalk.cyan(todirname + '/' + name) + ' ... '); | ||
util.waitMessage('└ ' + chalk.cyan(todirname + '/' + name) + ' '); | ||
exec(cmd, {cwd: installdir}, function (err, stdout, stderr) { | ||
@@ -437,3 +437,3 @@ if (err) { | ||
var launchMessage = ' Launching ... ' + (util.isWindows() ? '' : '🚀'); | ||
var launchMessage = ' Launching... ' + (util.isWindows() ? '' : '🚀'); | ||
@@ -440,0 +440,0 @@ if (!opts.quiet) { util.infoMessage(chalk.green.bold('Installed!!' + (!opts.use && !opts.setup ? launchMessage : ''))); } |
{ | ||
"name": "appcelerator", | ||
"version": "4.2.11", | ||
"version": "4.2.12-1", | ||
"description": "Appcelerator Platform Software installer", | ||
@@ -32,2 +32,3 @@ "main": "index.js", | ||
"grunt-appc-js": "^1.0.19", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-clean": "^1.0.0", | ||
@@ -38,5 +39,5 @@ "grunt-env": "0.4.4", | ||
"lodash": "^3.10.1", | ||
"should": "^8.0.2", | ||
"mocha": "^2.3.4", | ||
"mocha-jenkins-reporter": "^0.3.7" | ||
"mocha-jenkins-reporter": "^0.3.7", | ||
"should": "^8.0.2" | ||
}, | ||
@@ -43,0 +44,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
453383
30
11
2