From 973f191537e6d7f773353a0065eebc15a8db40a3 Mon Sep 17 00:00:00 2001 From: Sarbbottam Bandyopadhyay Date: Mon, 24 Feb 2014 00:57:23 +0530 Subject: [PATCH] Deleted unused devDependencies from package.json --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index b3a3416..78c2257 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,7 @@ "devDependencies": { "grunt": "~0.4.1", "grunt-autoprefixer": "~0.4.0", - "grunt-contrib-sass": "~0.5.0", "grunt-contrib-watch": "~0.5.3", - "grunt-csso": "~0.5.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-cssmin": "~0.8.0", "load-grunt-tasks": "~0.2.0"