Comparing version 0.1.11 to 0.1.12
@@ -53,3 +53,5 @@ /** | ||
.option('-n, --no-colors','Turn off colors') | ||
.option('-c, --config <config>','Pass in compiler configuration'); | ||
.option('-c, --config <config>','Pass in compiler configuration') | ||
.option('-s, --tiSDK', 'Full path to Titanium SDK to use with run command') | ||
.option('-t, --tiversion <tiversion>', 'Titanium SDK version used for run command'); | ||
@@ -91,3 +93,3 @@ program.command('new'.blue+' <dir>'.white) | ||
// Launch command with given arguments and options | ||
(require('./commands/'+action))(program.args.slice(1), program); | ||
(require('./commands/' + action + '/index'))(program.args.slice(1), program); | ||
@@ -27,2 +27,6 @@ // The island of misfit toys... for functions | ||
exports.properCase = function(n) { | ||
return n.charAt(0).toUpperCase() + n.substring(1); | ||
}; | ||
exports.trim = function(line) { | ||
@@ -29,0 +33,0 @@ return String(line).replace(/^\s\s*/, '').replace(/\s\s*$/, ''); |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"author": "Appcelerator, Inc. <info@appcelerator.com>", | ||
@@ -19,0 +19,0 @@ "maintainers": [ |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
867413
270
14444
31