Level / community

Discussion, support and common information for projects in the community.
MIT License
43 stars 15 forks source link

Export contributors as array instead of object #22

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

So that we're less tied to GitHub, and match the format used in package.json contributors.

WDYT @ralphtheninja?

ralphtheninja commented 6 years ago

SGTM!

ralphtheninja commented 6 years ago

@vweevers So array of objects with name, email and url (which is homepage atm)? https://docs.npmjs.com/files/package.json#people-fields-author-contributors

vweevers commented 6 years ago

+1 to renaming homepage, but let's keep the other properties (npm doesn't care if you put such properties in package.json, either). And add github (and then mastodon, bitbucket, gitlab, etc).