Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "pluralize", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Pluralize and singularize any word", | ||
@@ -11,3 +11,3 @@ "main": "pluralize.js", | ||
"scripts": { | ||
"test": "istanbul cover _mocha -- -R spec" | ||
"test": "istanbul cover _mocha -- -R spec --bail" | ||
}, | ||
@@ -14,0 +14,0 @@ "repository": "https://github.com/blakeembrey/pluralize.git", |
@@ -249,2 +249,4 @@ (function (root, pluralize) { | ||
// Words ending in with a consonant and `o`. | ||
['echo', 'echoes'], | ||
['dingo', 'dingoes'], | ||
['volcano', 'volcanoes'], | ||
@@ -251,0 +253,0 @@ ['tornado', 'tornadoes'], |
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
14701
393