diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |