Comparing version 0.3.2 to 0.3.3
@@ -7,2 +7,3 @@ 'use strict'; | ||
var providers = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; | ||
var payload = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; | ||
@@ -12,5 +13,5 @@ var arnie = A({ | ||
}); | ||
return arnie(task); | ||
return arnie(task, payload); | ||
} | ||
module.exports = runTask; |
{ | ||
"name": "arnie", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Action hero for backends", | ||
@@ -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
207844
1508