From 92ac7893d3896ad0dd3075464b46c1af2324f2ac Mon Sep 17 00:00:00 2001 From: Mayhem Date: Fri, 4 Apr 2014 23:33:01 +0200 Subject: [PATCH] Update deps. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e74731b7c..04ec95b96 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,15 @@ }, "devDependencies": { "font-awesome": "~4.0.3", - "grunt": "~0.4.2", + "grunt": "~0.4.4", "grunt-bump": "~0.0.13", "grunt-concurrent": "~0.5.0", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-coffee": "~0.10.0", + "grunt-contrib-coffee": "~0.10.1", "grunt-contrib-compress": "~0.7.0", - "grunt-contrib-concat": "~0.3.0", + "grunt-contrib-concat": "~0.4.0", "grunt-contrib-copy": "~0.5.0", - "grunt-contrib-watch": "~0.6.0", + "grunt-contrib-watch": "~0.6.1", "grunt-shell": "~0.6.4", "load-grunt-tasks": "~0.4.0" },