2 Commits fc689c6d49 ... 9bcbf9996b

Author SHA1 Message Date
  Herby Vojčík 9bcbf9996b 0.4.5 5 years ago
  Herby Vojčík 5a031ada9f Allow redux 4. 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.4",
+  "version": "0.4.5",
   "description": "Redux store builder, in combination with redux-effex and redux-sac composeReducers.",
   "main": "index.js",
   "scripts": {
@@ -20,7 +20,7 @@
   "author": "Herbert Vojčík <herby@mailbox.sk>",
   "license": "MIT",
   "dependencies": {
-    "redux": "^3.7.2",
+    "redux": "^3.7.2 || ^4.0.0",
     "redux-effex": "^1.1.2",
     "redux-sac": ">=0.6.0 <0.9.0"
   }