Browse Source

Allow redux 4.

Herby Vojčík 6 năm trước cách đây
mục cha
commit
5a031ada9f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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"
   }