Comparing version 2.5.0 to 2.5.1
@@ -413,3 +413,5 @@ var abbott = require('abbott'); | ||
return righto(done => next(done), righto.after(righto.from(previous))); | ||
return righto(function(done){ | ||
return next(done); | ||
}, righto.after(righto.from(previous))); | ||
}, seed); | ||
@@ -416,0 +418,0 @@ }); |
{ | ||
"name": "righto", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
63479
1633