From 10af3b281b5ed1b80f9394bb069331bf420ebeac Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Mon, 24 Feb 2014 15:15:01 -0700 Subject: [PATCH] Removing extranous packages --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 56875a7578cb..0bcd8e06542f 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,8 @@ "load-grunt-config": "~0.7.0", "mocha": "~1.17.1", "less-middleware": "~0.1.15", - "connect-jade": "0.0.4", "grunt-contrib-watch": "~0.5.3", - "grunt-contrib-jade": "~0.10.0", - "jade": "~1.1.5" + "grunt-contrib-jade": "~0.10.0" }, "scripts": { "test": "grunt test",