From acaefe22d1f4fcb54f698e3158e8c84941627718 Mon Sep 17 00:00:00 2001 From: Jannick Hemelhof Date: Sat, 17 Jun 2017 18:01:01 +0200 Subject: [PATCH] Fix dependency type of spectron module --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2efd5162..dcb9938e 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,6 @@ "react-redux": "^4.4.5", "redux": "^3.5.2", "sander": "^0.5.1", - "spectron": "^3.6.2", "superagent": "^1.2.0", "superagent-promise": "^1.0.3" }, @@ -114,6 +113,7 @@ "react-input-autosize": "^1.1.0", "react-router": "^2.4.0", "react-router-redux": "^4.0.4", + "spectron": "^3.6.2", "standard": "^8.4.0", "style-loader": "^0.12.4", "stylus": "^0.52.4",