Comparing version 0.5.18 to 0.5.19
@@ -137,3 +137,2 @@ /** | ||
var promise = new Promise(function (resolve, reject) { | ||
executeRequest(self, resolve, reject); | ||
setImmediate(executeRequest, self, resolve, reject); | ||
@@ -140,0 +139,0 @@ }); |
{ | ||
"name": "fetchr", | ||
"version": "0.5.18", | ||
"version": "0.5.19", | ||
"description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data", | ||
@@ -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
65494
1243