From 97f12ee113225b1a62c6e8847325c8c162d25595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Wed, 10 Feb 2016 18:53:33 -0400 Subject: [PATCH] Remove unused dependencies --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 5ad516a81..99f04583d 100644 --- a/package.json +++ b/package.json @@ -59,14 +59,10 @@ "broccoli-funnel": "0.2.8", "broccoli-merge-trees": "^1.1.1", "broccoli-plugin": "^1.2.1", - "chalk": "^0.5.1", "contextify": "^0.1.11", - "debug": "^2.1.0", "ember-fastboot-server": "0.4.3", "express": "^4.8.5", - "glob": "^4.0.5", "lodash": "^3.1.0", - "rsvp": "^3.0.16", - "silent-error": "^1.0.0" + "rsvp": "^3.0.16" } }