From f2e0797203325436010cf12bd9a9ddb34f496224 Mon Sep 17 00:00:00 2001 From: Levi Thomason Date: Sat, 1 Oct 2016 19:22:00 -0700 Subject: [PATCH] fix(package): remove semantic-ui-css dependency --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 633621368f..fb90f1484f 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,7 @@ "dependencies": { "classnames": "^2.1.5", "debug": "^2.2.0", - "lodash": "^4.6.1", - "semantic-ui-css": "^2.2.2" + "lodash": "^4.6.1" }, "devDependencies": { "babel-cli": "^6.5.1",