Skip to content

Commit

Permalink
Move contributors to array and update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Mar 18, 2013
1 parent db32386 commit 0aff3f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function( grunt ) {
full: '/*!\n' +
' * <%= pkg.name %> v<%= pkg.version %>\n' +
' * modernizr.com\n *\n' +
' * Copyright (c) <%= pkg.author %>\n' +
' * Copyright (c) <%= _.pluck(pkg.contributors, "name").join(", ") %>\n' +
' * <%= pkg.license %> License\n */' +
' \n' +
'/*\n' +
Expand All @@ -26,10 +26,6 @@ module.exports = function( grunt ) {
' * `Modernizr.load()`, based on [Yepnope.js](http://yepnopejs.com). You can get a\n' +
' * build that includes `Modernizr.load()`, as well as choosing which feature tests\n' +
' * to include on the [Download page](http://www.modernizr.com/download/).\n' +
' *\n' +
' *\n' +
' * Authors <%= pkg.author %>\n' +
' * Contributors <%= pkg.contributors %>\n' +
' */'
},
meta: {
Expand Down
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,18 @@
"browser",
"feature detection"
],
"author": "Faruk Ates, Paul Irish, Alex Sexton, Ryan Seddon, Alexander Farkas",
"contributors": "Ben Alman",
"author": {
"name": "Modernizr",
"url": "http://modernizr.com/"
},
"contributors": [
{ "name": "Faruk Ates" },
{ "name": "Paul Irish" },
{ "name": "Alex Sexton" },
{ "name": "Ryan Seddon" },
{ "name": "Alexander Farkas" },
{ "name": "Ben Alman" },
{ "name": "Stu Cox" }
],
"license": "MIT"
}

0 comments on commit 0aff3f8

Please sign in to comment.