From fb3c07d3ce3fdfaabcaeb8301d2fc67143b8d969 Mon Sep 17 00:00:00 2001
From: "Damian.Plaza" <Damian.Plaza@powel.com>
Date: Sun, 18 Dec 2016 00:29:14 +0100
Subject: [PATCH] Added missing react-redux dependency

---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index c89adaa..d003395 100644
--- a/package.json
+++ b/package.json
@@ -62,6 +62,7 @@
     "postcss-nested": "^1.0.0",
     "react": "~15.3.2",
     "react-dom": "~15.3.2",
+    "react-redux": "^5.0.1",
     "react-router": "2.7.0",
     "rethinkdbdash": "^2.3.4",
     "winston": "^2.2.0"