english-plurals-list
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "english-plurals-list", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "English irregular plurals list, based on WordNet", | ||
@@ -13,3 +13,3 @@ "main": "dist/plurals.json", | ||
"type": "git", | ||
"url": "git@gitlab.com:rosaenlg-projects/rosaenlg.git" | ||
"url": "https://github.com/RosaeNLG/rosaenlg.git" | ||
}, | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"license": "Apache-2.0", | ||
"gitHead": "ecf867234952618936b9710b363984bfe00632ba" | ||
"gitHead": "9223cdd558d1775f866f99921e3391d5d7cdc4f2" | ||
} |
@@ -17,3 +17,3 @@ const assert = require('assert'); | ||
it(`${singular} => ${expected}`, function() { | ||
assert.equal(EnglishPlurals[singular], expected); | ||
assert.strictEqual(EnglishPlurals[singular], expected); | ||
}); | ||
@@ -20,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
50919