diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-06-30 10:02:33 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-06-30 11:07:44 -0400 |
commit | 23d1db58458cd6e33aaf45cbd078328a8a1cf8bf (patch) | |
tree | af15e8b06833a9faf7149de865961838fce04262 /Gruntfile.js | |
parent | 8a79fc87840150f74a5b27f7811db67003bc0c32 (diff) | |
download | jquery-ui-23d1db58458cd6e33aaf45cbd078328a8a1cf8bf.tar.gz jquery-ui-23d1db58458cd6e33aaf45cbd078328a8a1cf8bf.zip |
Build: Adjust author info for Dan Strohl
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index debcd6405..acbc84c8b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -432,9 +432,7 @@ grunt.registerTask( "update-authors", function() { } authors = authors.map(function( author ) { - if ( author.match( /^Dan Strohl </ ) ) { - return "Dan Strohl"; - } else if ( author.match( /^Jacek Jędrzejewski </ ) ) { + if ( author.match( /^Jacek Jędrzejewski </ ) ) { return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)"; } else if ( author.match( /^Pawel Maruszczyk </ ) ) { return "Pawel Maruszczyk (http://hrabstwo.net)"; |