Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation with npm includes older code #125

Closed
ethannam opened this issue May 19, 2019 · 1 comment
Closed

Installation with npm includes older code #125

ethannam opened this issue May 19, 2019 · 1 comment

Comments

@ethannam
Copy link

After executing npm install pluralize --save, pluralize('passerby') outputs "passerbies".

Your GitHub repo actually already accounts for this irregular rule (passerby should be passersby). I see the rule on line 321 in pluralize.js. But my local version is missing ['passerby', 'passersby'] in the array.

Any way the updated version can be published to npm?

@blakeembrey
Copy link
Collaborator

Published as 8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants