english-plurals
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "english-plurals", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "English plural of words", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"test": "nyc mocha", | ||
"clean": "rm -rf dist/", | ||
"clean": "rm -rf dist", | ||
"build": "tsc" | ||
@@ -49,5 +49,5 @@ }, | ||
"devDependencies": { | ||
"english-plurals-list": "0.4.1", | ||
"mocha": "^6.2.2", | ||
"nyc": "^14.1.1", | ||
"english-plurals-list": "0.4.2", | ||
"mocha": "^7.1.0", | ||
"nyc": "^15.0.0", | ||
"typescript": "^3.7.2" | ||
@@ -62,3 +62,3 @@ }, | ||
"license": "MIT", | ||
"gitHead": "6dacbb9da68271aac0187d97458a0eeb66097582" | ||
"gitHead": "cd9bc7a186dc8101de40962092de2b2f9abcce65" | ||
} |
6370