From 375ed94177eca8155c21f6e54d65921b06c1280c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ken-H=C3=A5vard=20Lieng?= Date: Fri, 15 May 2015 07:46:07 +0200 Subject: [PATCH] Remove unused dependency from package.json --- client/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 26ce8171..c6681d63 100644 --- a/client/package.json +++ b/client/package.json @@ -19,8 +19,7 @@ "gulp-gzip": "0.0.8", "babelify": "6.1.0", "gulp-concat": "~2.5.2", - "reactify": "^1.1.1", - "del": "^1.1.1" + "reactify": "^1.1.1" }, "dependencies": { "lodash": "3.8.0",