Skip to content

Commit 6c6ec87

Browse files
committed
Build: Upgrade grunt-git-authors to 3.1.0
Ref jquerygh-1670
1 parent e20cec3 commit 6c6ec87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ grunt.initConfig({
378378
});
379379

380380
grunt.registerTask( "update-authors", function() {
381-
var getAuthors = require( "grunt-git-authors" ),
381+
var getAuthors = require( "grunt-git-authors" ).getAuthors,
382382
done = this.async();
383383

384384
getAuthors({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"grunt-contrib-qunit": "1.0.1",
6363
"grunt-contrib-requirejs": "0.4.4",
6464
"grunt-contrib-uglify": "0.11.1",
65-
"grunt-git-authors": "2.0.0",
65+
"grunt-git-authors": "3.1.0",
6666
"grunt-html": "4.0.1",
6767
"grunt-jscs": "2.1.0",
6868
"load-grunt-tasks": "0.3.0",

0 commit comments

Comments
 (0)