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