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",
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue