2 Commits ca811f643b ... fc689c6d49

Author SHA1 Message Date
  Herby Vojčík fc689c6d49 0.4.4 5 years ago
  Herby Vojčík acbe99761c Allow redux-sac 0.8. 5 years ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "redux-store-builder",
-  "version": "0.4.3",
+  "version": "0.4.4",
   "description": "Redux store builder, in combination with redux-effex and redux-sac composeReducers.",
   "main": "index.js",
   "scripts": {
@@ -22,6 +22,6 @@
   "dependencies": {
     "redux": "^3.7.2",
     "redux-effex": "^1.1.2",
-    "redux-sac": ">=0.6.0 <0.8.0"
+    "redux-sac": ">=0.6.0 <0.9.0"
   }
 }