From 82d19a41ba80386e4049371a17eb5fb9d3d44ee8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Sep 2013 12:17:30 -0700 Subject: [PATCH] bump grunt-contrib-connect to 0.4.0 Thanks David. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c4e6a3c09..017b07dc70 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ , "devDependencies": { "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" - , "grunt-contrib-connect": "~0.3.0" + , "grunt-contrib-connect": "~0.4.0" , "grunt-contrib-concat": "~0.3.0" , "grunt-contrib-copy": "~0.4.0" , "grunt-contrib-jshint": "~0.6.0"