From 6eb66c34a060189f88ad8fc495ff979d554d7bba Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 30 Aug 2014 17:24:01 -0700 Subject: [PATCH] update devDependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b91d5e52c..81f41bf05 100755 --- a/package.json +++ b/package.json @@ -29,17 +29,17 @@ } }, "devDependencies": { - "font-awesome": "4.0.3", + "font-awesome": "4.2.0", "grunt": "0.4.5", "grunt-concurrent": "0.5.0", "grunt-contrib-clean": "0.6.0", "grunt-contrib-coffee": "0.11.1", - "grunt-contrib-compress": "0.10.0", + "grunt-contrib-compress": "0.11.0", "grunt-contrib-concat": "0.5.0", "grunt-contrib-copy": "0.5.0", "grunt-contrib-watch": "0.6.1", "grunt-crx": "0.3.3", - "grunt-shell": "0.7.0", + "grunt-shell": "1.0.1", "load-grunt-tasks": "0.6.0" }, "repository": { @@ -57,4 +57,4 @@ "engines": { "node": ">=0.10" } -} \ No newline at end of file +}