redux-promise-middleware
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -44,3 +44,3 @@ 'use strict'; | ||
return next({ | ||
error: error, | ||
payload: error, | ||
type: REJECTED | ||
@@ -47,0 +47,0 @@ }); |
{ | ||
"name": "redux-promise-middleware", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Redux middleware for handling promises", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -38,3 +38,5 @@ # Redux Promise Middleware | ||
The middleware returns a [FSA compliant](https://github.com/acdlite/flux-standard-action) action for both rejected and resolved/fulfilled promises. In the case of a rejected promise, an `error` is returned. | ||
--- | ||
Licensed MIT. Copyright 2015 Patrick Burtchaell. |
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
4619
42