http-keeper
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -75,3 +75,3 @@ | ||
if (i === self._fallbacks.length) { | ||
return Q.reject('not found') | ||
return Q.reject(new Error('not found')) | ||
} | ||
@@ -78,0 +78,0 @@ |
@@ -28,3 +28,3 @@ { | ||
}, | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"dependencies": { | ||
@@ -31,0 +31,0 @@ "bitkeeper-client-js": "tradle/bitkeeper-client-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
7972