aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
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)";