chore(build): fix package.json warning

Nit: the contributors field is defined as an array, see
https://docs.npmjs.com/files/package.json#people-fields-author-contributors
This commit is contained in:
Alex Eagle 2015-05-04 15:44:19 -07:00
parent f88c4b77ca
commit 33bba094d2
1 changed files with 10 additions and 10 deletions

View File

@ -4,16 +4,16 @@
"description": "Angular 2 - a web framework for modern web apps", "description": "Angular 2 - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular", "homepage": "https://github.com/angular/angular",
"bugs": "https://github.com/angular/angular/issues", "bugs": "https://github.com/angular/angular/issues",
"contributors": { "contributors": [
"Alex Eagle": "alexeagle@google.com", "Alex Eagle <alexeagle@google.com>",
"Chirayu Krishnappa": "chirayu@google.com", "Chirayu Krishnappa <chirayu@google.com>",
"Jeff Cross": "crossj@google.com", "Jeff Cross <crossj@google.com>",
"Misko Hevery": "misko@google.com", "Misko Hevery <misko@google.com>",
"Rado Kirov": "radokirov@google.com", "Rado Kirov <radokirov@google.com>",
"Tobias Bosch": "tbosch@google.com", "Tobias Bosch <tbosch@google.com>",
"Victor Savkin": "vsavkin@google.com", "Victor Savkin <vsavkin@google.com>",
"Yegor Jbanov": "yjbanov@google.com" "Yegor Jbanov <yjbanov@google.com>"
}, ],
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",