dschnelldavis / parse-full-name

A function that accepts the full name of a person in any format, parses it, and returns its parts { title, first name, middle name, last name, nickname, suffix, [and any parsing errors] }.
74 stars 15 forks source link

NPM version not up-to-date? #11

Open jono-hayward opened 5 years ago

jono-hayward commented 5 years ago

Hi,

I can see that in https://github.com/dschnelldavis/parse-full-name/commit/7c5ada9def92dcf5910132e0a1aea7ff46aaef5a you've added a list of gender-neutral titles to the library, but the version on NPM doesn't appear to include those. Is there a way to reference the master version from GitHub, or could the NPM version be updated to include these?

Thanks! This is such a helpful library 😁

chris-pardy commented 5 years ago

@jono-hayward we've taken over ownership of this library I'm moving issues into our fork. Please feel free to comment further on your issue there.