Skip to content

Commit

Permalink
package.json: Replace "author" with "contributors"
Browse files Browse the repository at this point in the history
"author" can only hold one person
  • Loading branch information
Turbo87 committed Nov 30, 2016
1 parent 447acea commit a2799bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,12 @@
"type": "git",
"url": "git+https://github.com/ember-cli/ember-load-initializers.git"
},
"author": "Stefan Penner <stefan.penner@gmail.com>, Mattia Gheda <ghedamat@gmail.com>, Manuel Wiedenmann <manuel@funkensturm.de>, Alex Navasardyan <alex@dockyard.com>",
"contributors": [
"Stefan Penner <stefan.penner@gmail.com>",
"Mattia Gheda <ghedamat@gmail.com>",
"Manuel Wiedenmann <manuel@funkensturm.de>",
"Alex Navasardyan <alex@dockyard.com>"
],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
Expand Down

0 comments on commit a2799bf

Please sign in to comment.