diff --git a/Gruntfile.js b/Gruntfile.js index e965fb1..38f6c2a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,14 +27,10 @@ module.exports = function(grunt) { options: { updateDomains: true }, - target: { - files: { - src: [ - '*.php', - 'lib/**/*.php' - ] - } - } + src: [ + '*.php', + 'lib/**/*.php' + ] } }, diff --git a/package.json b/package.json index 2b7a6f7..eea18fa 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "grunt-jsvalidate": "^0.2.2", "grunt-phplint": "0.0.5", "grunt-styledocco": "^0.1.4", - "grunt-wp-i18n": "^0.4.7", - "load-grunt-tasks": "^0.6.0" + "grunt-wp-i18n": "^0.5.3", + "load-grunt-tasks": "^3.3.0" }, "plugin": { "name": "Genesis Simple Sidebars",