From deb229eb78b79a408d4af27983390f8a6022ff5c Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Mon, 25 Mar 2013 13:42:23 -0400 Subject: [PATCH] Update qunit version qunit 0.1.1 fails on node v0.10.1 with the new streaming api --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49bcd9af..34ecb4df 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "grunt-contrib-concat": "~0.1.2", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-uglify": "~0.1.1", - "grunt-contrib-qunit": "~0.1.1", + "grunt-contrib-qunit": "~0.2.0", "grunt-contrib-connect": "~0.1.2", "grunt-contrib-watch": "~0.2.0", "grunt-contrib-clean": "~0.4.0",