From 6bd8f99d1bdfc9855d46e57945a31ccdb9e7c114 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 15 May 2014 19:23:01 +0300 Subject: [PATCH] Remove the unused `grunt-contrib-nodeunit` module and update the rest. --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1790126..4a9f545 100644 --- a/package.json +++ b/package.json @@ -26,21 +26,20 @@ "test": "grunt test" }, "devDependencies": { - "grunt": "~0.4.4", + "grunt": "~0.4.5", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.4.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-nodeunit": "~0.3.3", "grunt-contrib-sass": "~0.7.3", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~2.0.1", - "grunt-html-validation": "~0.1.16", + "grunt-html-validation": "~0.1.17", "grunt-jekyll": "~0.4.2", - "grunt-jscs-checker": "~0.4.2", + "grunt-jscs-checker": "~0.4.4", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.4.0", "time-grunt": "~0.3.1"