From f1937445e974fc2be81844af6f6001fa9133d0a8 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 21 May 2014 18:33:51 -0500 Subject: [PATCH] Update packages --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 34cf391..0088c0d 100644 --- a/package.json +++ b/package.json @@ -25,15 +25,15 @@ "devDependencies": { "bower": "~1.2.8", "grunt": "~0.4.2", - "grunt-autoprefixer": "~0.7.2", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-jshint": "~0.6.4", - "grunt-contrib-less": "~0.8.1", - "grunt-contrib-uglify": "~0.2.4", - "grunt-contrib-watch": "~0.5.3", - "grunt-modernizr": "~0.5.1", - "grunt-wp-assets": "git://github.com/roots/grunt-wp-assets.git#master", - "load-grunt-tasks": "~0.3.0", + "grunt-autoprefixer": "~0.7.3", + "grunt-contrib-concat": "~0.4.0", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-less": "~0.11.0", + "grunt-contrib-uglify": "~0.4.0", + "grunt-contrib-watch": "~0.6.1", + "grunt-modernizr": "~0.5.2", + "grunt-wp-assets": "~0.2.6", + "load-grunt-tasks": "~0.4.0", "time-grunt": "~0.3.1" } }