diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:06:34 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:18:37 -0500 |
commit | 6c6ec875161675c85c8a20721c0c5ed3a6451baa (patch) | |
tree | c4f0212334845a8313287a3397762610483ff2ad | |
parent | e20cec37cf9ae0353b21c233b8f0c79972d6804a (diff) | |
download | jquery-ui-6c6ec875161675c85c8a20721c0c5ed3a6451baa.tar.gz jquery-ui-6c6ec875161675c85c8a20721c0c5ed3a6451baa.zip |
Build: Upgrade grunt-git-authors to 3.1.0
Ref gh-1670
-rw-r--r-- | Gruntfile.js | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 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({ 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", |