]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Upgrade grunt-git-authors to 3.1.0
authorScott González <scott.gonzalez@gmail.com>
Tue, 9 Feb 2016 19:06:34 +0000 (14:06 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 9 Feb 2016 19:18:37 +0000 (14:18 -0500)
Ref gh-1670

Gruntfile.js
package.json

index 4cf6bfaee6dbb446782ac11ff4db3e958d168e54..75f404f5f875f29b0ea48d3fa39105ea57320581 100644 (file)
@@ -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({
index cb6ca4115116656fbff5a5410b9f9bb2d41274ab..f353b9c9032ef1cbdacbdf451553fbdb105fb8f3 100644 (file)
@@ -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",