diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-10-24 09:21:46 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-10-24 09:40:55 -0400 |
commit | 068254455ffc3cec55e11486f1f0b7e8086846fd (patch) | |
tree | bcad11310f995e61bd9f394bc6aaef76b6036315 /package.json | |
parent | 06231cf7622fe112703c38535df71aa7f100ef7d (diff) | |
download | jquery-ui-068254455ffc3cec55e11486f1f0b7e8086846fd.tar.gz jquery-ui-068254455ffc3cec55e11486f1f0b7e8086846fd.zip |
Build: Upgrade to grunt-git-authors 2.0.0 and add update-authors task
Closes gh-1378
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e9fdd1421..75f869ce5 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "grunt-contrib-qunit": "0.4.0", "grunt-contrib-uglify": "0.1.1", "grunt-esformatter": "0.2.0", - "grunt-git-authors": "1.2.0", + "grunt-git-authors": "2.0.0", "grunt-html": "1.0.0", "grunt-jscs": "0.6.2", "load-grunt-tasks": "0.3.0", |