Comparing version 1.1.0 to 1.2.0
@@ -55,2 +55,3 @@ module.exports = createTriggerLoader | ||
function evaluateConditionals(conditions, callback) { | ||
if (!conditions) return callback(true) | ||
async.every(conditions | ||
@@ -57,0 +58,0 @@ , function (cond, evCb) { |
{ | ||
"name": "automait", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
6696
134