Comparing version 2.0.7 to 2.0.8
@@ -927,3 +927,8 @@ 'use strict'; | ||
// Set the new argument on the Flow Card if the array contains arguments | ||
if (newArgs.length > 0) flowCard.args = newArgs; | ||
if (newArgs.length > 0) { | ||
flowCard.args = newArgs; | ||
} else { | ||
// If there are no arguments are to keep, delete the entire argument from the flowcard. | ||
delete flowCard.args; | ||
} | ||
@@ -930,0 +935,0 @@ if( driverFlowJson[type] ) { |
{ | ||
"name": "homey", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Command-line interface and type declarations for Homey Apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
272434
6373