Comparing version 7.1.3 to 7.1.4
{ | ||
"name": "titanium", | ||
"version": "7.1.3", | ||
"version": "7.1.4", | ||
"author": "TiDev, Inc. <npm@tidev.io>", | ||
@@ -40,3 +40,3 @@ "description": "Command line interface for building Titanium SDK apps", | ||
"glob": "10.4.5", | ||
"globals": "15.8.0", | ||
"globals": "15.9.0", | ||
"memory-streams": "0.1.3", | ||
@@ -43,0 +43,0 @@ "proxy": "2.2.0" |
@@ -703,2 +703,5 @@ import chalk from 'chalk'; | ||
await this.scanHooks(expand(this.sdk.path, this.argv.platform, 'cli', 'hooks')); | ||
if (this.argv.platform === 'ios') { | ||
await this.scanHooks(expand(this.sdk.path, 'iphone', 'cli', 'hooks')); | ||
} | ||
} | ||
@@ -705,0 +708,0 @@ |
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
199356
5902