From 35d3e7f4cc120598381b04acd6c4acbbaf114fb8 Mon Sep 17 00:00:00 2001 From: Gustavo Henke Date: Mon, 23 Jun 2014 00:19:58 -0300 Subject: [PATCH] chore(package.json): update grunt-contrib-connect and load-grunt-config --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ec9dd7..398c70a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "grunt-cli": "~0.1.13", "grunt-angular-templates": "~0.5.5", "grunt-contrib-concat": "~0.4.0", - "grunt-contrib-connect": "~0.7.1", + "grunt-contrib-connect": "~0.8.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.11.0", @@ -34,7 +34,7 @@ "karma-phantomjs-launcher": "~0.1.4", "karma-sauce-launcher": "~0.2.7", "karma-sinon-chai": "~0.1.6", - "load-grunt-config": "~0.8.0", + "load-grunt-config": "~0.10.0", "lodash": "~2.4.1", "time-grunt": "~0.3.1" },