From e63975e6209e6f2617118f42e96c958404ae1502 Mon Sep 17 00:00:00 2001 From: Nathan Rice Date: Tue, 29 Sep 2015 17:34:15 -0400 Subject: [PATCH] Update grunt tasks. --- Gruntfile.js | 12 ++++-------- package.json | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) 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",