Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "abbott", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Abbott breaks promises. Turns them back into CPS style", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,4 +31,4 @@ # Abbott | ||
// you can do | ||
abbott(somethingThatReturnsAPromise, 'foo', 'bar', callback); | ||
abbott(somethingThatReturnsAPromise)('foo', 'bar', callback); | ||
``` |
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