ionic-team / capacitor-plugin-registry

4 stars 5 forks source link

fix(scripts): handle string author #19

Closed jaredcbaum closed 1 year ago

jaredcbaum commented 1 year ago

This PR handles string author data from NPM plugins in addition to objects.

jaredcbaum commented 1 year ago

I believe the data coming from the NPM registry query has two types (string and object), so this is normalizing it from that response in a sense.