Comparing version 6.0.0 to 7.0.0
{ | ||
"name": "pluralize", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "Pluralize and singularize any word", | ||
@@ -5,0 +5,0 @@ "main": "pluralize.js", |
@@ -364,4 +364,2 @@ /* global define */ | ||
[/(ss)$/i, '$1'], | ||
[/((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)(?:sis|ses)$/i, '$1sis'], | ||
[/(^analy)(?:sis|ses)$/i, '$1sis'], | ||
[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i, '$1fe'], | ||
@@ -375,5 +373,5 @@ [/(ar|(?:wo|[ae])l|[eo][ao])ves$/i, '$1f'], | ||
[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|tlas|gas|(?:her|at|gr)o|ris)(?:es)?$/i, '$1'], | ||
[/(e[mn]u)s?$/i, '$1'], | ||
[/(movie|twelve)s$/i, '$1'], | ||
[/(cris|test|diagnos)(?:is|es)$/i, '$1is'], | ||
[/(analy|ba|diagno|parenthe|progno|synop|the|empha|cri)(?:sis|ses)$/i, '$1sis'], | ||
[/(movie|twelve|abuse|e[mn]u)s$/i, '$1'], | ||
[/(test)(?:is|es)$/i, '$1is'], | ||
[/(alumn|syllab|octop|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i, '$1us'], | ||
@@ -380,0 +378,0 @@ [/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i, '$1um'], |
@@ -17,2 +17,3 @@ # Pluralize | ||
npm install pluralize --save | ||
yarn add pluralize | ||
bower install pluralize --save | ||
@@ -19,0 +20,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90
16982
450