From: Scott González Date: Tue, 9 Feb 2016 19:06:34 +0000 (-0500) Subject: Build: Upgrade grunt-git-authors to 3.1.0 X-Git-Tag: 1.12.0-rc.1~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6c6ec875161675c85c8a20721c0c5ed3a6451baa;p=jquery-ui.git Build: Upgrade grunt-git-authors to 3.1.0 Ref gh-1670 --- diff --git a/Gruntfile.js b/Gruntfile.js index 4cf6bfaee..75f404f5f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -378,7 +378,7 @@ grunt.initConfig({ }); grunt.registerTask( "update-authors", function() { - var getAuthors = require( "grunt-git-authors" ), + var getAuthors = require( "grunt-git-authors" ).getAuthors, done = this.async(); getAuthors({ diff --git a/package.json b/package.json index cb6ca4115..f353b9c90 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "grunt-contrib-qunit": "1.0.1", "grunt-contrib-requirejs": "0.4.4", "grunt-contrib-uglify": "0.11.1", - "grunt-git-authors": "2.0.0", + "grunt-git-authors": "3.1.0", "grunt-html": "4.0.1", "grunt-jscs": "2.1.0", "load-grunt-tasks": "0.3.0",