From dc24a08ae2d9785691ed247f680419ba272c5f8e Mon Sep 17 00:00:00 2001 From: Thomas Haddad Date: Thu, 13 Apr 2017 12:03:37 +0200 Subject: Move devDeps into Deps for logger in npm Signed-off-by: Thomas Shawarma Haddad --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4e975de5c..9a46403f3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,10 @@ "react-redux": "4.4.5", "react-select2": "4.0.2", "redux": "3.6.0", - "whatwg-fetch": "2.0.3" + "whatwg-fetch": "2.0.3", + "redux-logger": "2.7.4", + "redux-thunk": "2.1.0", + "redux-promise": "0.5.3" }, "license": "MIT", "engines": { @@ -23,9 +26,6 @@ "devDependencies": { "es6-object-assign": "1.0.3", "react-addons-test-utils": "15.3.2", - "sinon": "1.17.7", - "redux-logger": "2.7.4", - "redux-thunk": "2.1.0", - "redux-promise": "0.5.3" + "sinon": "1.17.7" } } -- cgit v1.2.3