promisecallback
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -38,3 +38,3 @@ /* | ||
promise.then(callback2.bind(undefined, null), callback2); | ||
promise = promise.then(callback2.bind(undefined, null), callback2); | ||
}; | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "promisecallback", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Set a callback to be called by a promise", | ||
@@ -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
1850