We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20cec3 commit 6c6ec87Copy full SHA for 6c6ec87
Gruntfile.js
@@ -378,7 +378,7 @@ grunt.initConfig({
378
});
379
380
grunt.registerTask( "update-authors", function() {
381
- var getAuthors = require( "grunt-git-authors" ),
+ var getAuthors = require( "grunt-git-authors" ).getAuthors,
382
done = this.async();
383
384
getAuthors({
package.json
@@ -62,7 +62,7 @@
62
"grunt-contrib-qunit": "1.0.1",
63
"grunt-contrib-requirejs": "0.4.4",
64
"grunt-contrib-uglify": "0.11.1",
65
- "grunt-git-authors": "2.0.0",
+ "grunt-git-authors": "3.1.0",
66
"grunt-html": "4.0.1",
67
"grunt-jscs": "2.1.0",
68
"load-grunt-tasks": "0.3.0",
0 commit comments