From 4fe3a644e4969fd1681d5ab11cbbdea504cc98f1 Mon Sep 17 00:00:00 2001 From: sudodoki Date: Wed, 5 Feb 2014 14:38:30 +0200 Subject: [PATCH] Update grunt-mocha package for 1.6.0 compatibility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e383f71..f014778 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "matchdep": "~0.1.2", "grunt": "~0.4.1", - "grunt-mocha": "~0.4.1", + "grunt-mocha": "~0.4.10", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-uglify": "~0.2.4",