From 2bd26e695a8b142cf6115bde5c1169efbaa4485b Mon Sep 17 00:00:00 2001 From: Phyrex Tsai Date: Tue, 16 Oct 2018 21:02:18 +0800 Subject: [PATCH] Update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39bbd9d..ebb51f4 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,8 @@ "webpack-dev-server": "2.9.4", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3", - "classnames": "^2.2.6" + "classnames": "^2.2.6", + "styled-components": "^3.4.9" }, "scripts": { "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src -o src", @@ -105,7 +106,6 @@ "npm-run-all": "^4.1.3", "react-scripts": "^2.0.5", "react-test-renderer": "^16.4.2", - "styled-components": "^3.4.9", "supertest": "^3.0.0" }, "jest": {