From 859b2fba18fe9da86d265e62dfcbde1059ff9501 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 10 Jan 2015 20:27:29 -0800 Subject: [PATCH] Update devDependencies. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 821e48840..4b0a72a82 100755 --- a/package.json +++ b/package.json @@ -45,15 +45,15 @@ "grunt-concurrent": "1.0.0", "grunt-contrib-clean": "0.6.0", "grunt-contrib-coffee": "0.12.0", - "grunt-contrib-compress": "0.12.0", + "grunt-contrib-compress": "0.13.0", "grunt-contrib-concat": "0.5.0", "grunt-contrib-copy": "0.7.0", "grunt-contrib-jshint": "0.10.0", "grunt-contrib-watch": "0.6.1", "grunt-crx": "0.3.4", - "grunt-markdown": "0.6.1", + "grunt-markdown": "0.7.0", "grunt-shell": "1.1.1", - "load-grunt-tasks": "1.0.0" + "load-grunt-tasks": "2.0.0" }, "repository": { "type": "git", @@ -70,4 +70,4 @@ "engines": { "node": ">=0.10" } -} \ No newline at end of file +}