Updated grunt dependencies

This commit is contained in:
Claudio Sanches 2015-07-10 18:34:15 -03:00
parent e0c1cc7784
commit ae17f9e786
1 changed files with 28 additions and 28 deletions

View File

@ -1,7 +1,7 @@
{
"name": "woocommerce",
"title": "WooCommerce",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "http://www.woothemes.com/woocommerce/",
"repository": {
"type": "git",
@ -10,16 +10,16 @@
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-checktextdomain": "^0.1.1",
"grunt-checktextdomain": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^1.1.2",
"grunt-wp-i18n": "^0.5.0",
"node-bourbon": "^4.2.1-beta1"
"grunt-wp-i18n": "^0.5.2",
"node-bourbon": "^4.2.3"
},
"engines": {
"node": ">=0.8.0",