In a package.json
file, in the bugs section one can add an email address. Is it possible to add multiple email address, let's say in an array?
"bugs": {
"email": "email@domain.com"
},
In a package.json
file, in the bugs section one can add an email address. Is it possible to add multiple email address, let's say in an array?
"bugs": {
"email": "email@domain.com"
},