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:
parent
f88c4b77ca
commit
33bba094d2
20
package.json
20
package.json
|
@ -4,16 +4,16 @@
|
|||
"description": "Angular 2 - a web framework for modern web apps",
|
||||
"homepage": "https://github.com/angular/angular",
|
||||
"bugs": "https://github.com/angular/angular/issues",
|
||||
"contributors": {
|
||||
"Alex Eagle": "alexeagle@google.com",
|
||||
"Chirayu Krishnappa": "chirayu@google.com",
|
||||
"Jeff Cross": "crossj@google.com",
|
||||
"Misko Hevery": "misko@google.com",
|
||||
"Rado Kirov": "radokirov@google.com",
|
||||
"Tobias Bosch": "tbosch@google.com",
|
||||
"Victor Savkin": "vsavkin@google.com",
|
||||
"Yegor Jbanov": "yjbanov@google.com"
|
||||
},
|
||||
"contributors": [
|
||||
"Alex Eagle <alexeagle@google.com>",
|
||||
"Chirayu Krishnappa <chirayu@google.com>",
|
||||
"Jeff Cross <crossj@google.com>",
|
||||
"Misko Hevery <misko@google.com>",
|
||||
"Rado Kirov <radokirov@google.com>",
|
||||
"Tobias Bosch <tbosch@google.com>",
|
||||
"Victor Savkin <vsavkin@google.com>",
|
||||
"Yegor Jbanov <yjbanov@google.com>"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue