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

singular of 'cookies' is not 'cooky' #192

Open
scolobey opened this issue Mar 27, 2022 · 3 comments
Open

singular of 'cookies' is not 'cooky' #192

scolobey opened this issue Mar 27, 2022 · 3 comments

Comments

@scolobey
Copy link

No description provided.

@scolobey
Copy link
Author

The current git version looks to have repaired this. There are a number of singularization rules that I see in git that are not on version ^8.0.0 as pulled from NPM yesterday.

Line 375 is the line that I believe repairs my cookie issue:
[/(dg|ss|ois|lk|ok|wn|mb|th|ch|ec|oal|is|ck|ix|sser|ts|wb)ies$/i, '$1ie'],

Looking at history, the relevant update is from 8/27 2019.
abb3991

Probably a silly question, but how do I get at the npm package with the most up to date version?

@scolobey
Copy link
Author

Okay, I answered my own question.

It is in fact pretty easy to npm install a repo straight from github, so I just uninstalled the npm version
and then installed like...
npm i https://github.com/plurals/pluralize.git

I would be curious to know why this version
https://www.npmjs.com/package/pluralize
is so out of date. Am I weird for relying on the npm releases? Should I be trying to install all of my packages from the source like this?

@avin-kavish
Copy link

Pinging @blakeembrey

zardoy added a commit to zardoy/vscode-postfix-ts that referenced this issue Sep 15, 2022
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