From 4f020ba1e734109832f0b20c77e08def897d0f07 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 20 Feb 2014 11:56:37 -0500 Subject: [PATCH] Updates grunt-node-tap so we have nicer output when feature tests fail --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e37f8883..c58dd3f4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "grunt-cli": "~0.1.9", "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-uglify": "~0.2.4", - "grunt-node-tap": "~0.1.45", + "grunt-node-tap": "~0.1.52", "requirejs": "~2.1.8", "tap": "~0.3.3" },