Comparing version 7.0.0-beta3 to 7.0.0-beta4
{ | ||
"name": "titanium", | ||
"version": "7.0.0-beta3", | ||
"version": "7.0.0-beta4", | ||
"author": "TiDev, Inc. <npm@tidev.io>", | ||
@@ -5,0 +5,0 @@ "description": "Command line interface for building Titanium SDK apps", |
@@ -267,3 +267,3 @@ import chalk from 'chalk'; | ||
return (...args) => { | ||
let data = Object.assign({}, dataPayload, { | ||
let data = Object.assign(dataPayload, { | ||
type: name, | ||
@@ -270,0 +270,0 @@ args, |
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
195378