standard-redux-shape
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "standard-redux-shape", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A library to help standardize your redux state shape", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -208,3 +208,3 @@ /** | ||
if (availableData) { | ||
return availableData; | ||
return Promise.resolve(availableData); | ||
} | ||
@@ -211,0 +211,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
860385