From 8862fcba332783f9b62ac0a275435c6c5cfd93ff Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 24 Feb 2015 15:50:23 -0500 Subject: [PATCH] removing grunt deps we don't need --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 8c19701fc7..93c685afec 100644 --- a/package.json +++ b/package.json @@ -73,10 +73,7 @@ "devDependencies": { "mocha": "~1.13.0", "grunt": "~0.4.5", - "grunt-contrib-watch": "^0.6.1", - "grunt-execute": "^0.2.2", - "grunt-express-server": "^0.4.19", - "grunt-contrib-less": "^1.0.0" + "grunt-contrib-watch": "^0.6.1" }, "bugs": { "url": "https://github.com/NodeBB/NodeBB/issues"