Comparing version 0.0.5 to 0.0.6
@@ -33,3 +33,3 @@ var async = require("async"); | ||
if(!conditionsOk) return callback(conditionErrors); | ||
return set(obj, targetState, function(err) { | ||
return set(obj, targetState, function(err, obj) { | ||
if(err) return callback(err); | ||
@@ -36,0 +36,0 @@ //Run any trigger functions now state is set |
{ | ||
"name": "reflow", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Simple to use workflow/transitions helper.", | ||
@@ -5,0 +5,0 @@ "keywords" : ["workflow", "workflows"], |
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
8641