sindresorhus / irregular-plurals

Map of nouns to their irregular plural form
MIT License
85 stars 24 forks source link

Require Node.js 8, fix map isolation #16

Closed coreyfarrell closed 5 years ago

coreyfarrell commented 5 years ago

The module.exports getter in previous version had no real effect since it was returning the same map object for each require. This causes each require to get an isolated map object, adds tests to verify this.