rxaviers / cldr-data-npm

Npm module for Unicode CLDR JSON data
MIT License
42 stars 28 forks source link

postalCodeData is no longer present in unicode-cldr 28.0 #21

Closed alunny closed 9 years ago

alunny commented 9 years ago

postalCodeData is no longer present here: https://github.com/unicode-cldr/cldr-core/tree/28.0.0/supplemental

Because of this, index.js fails to run since, it tries to require this file: https://github.com/rxaviers/cldr-data-npm/blob/master/index.js#L23

rxaviers commented 9 years ago

I have a feeling that these files should be listed dynamically instead of having their names hardcoded here. I've noticed they are not exactly the same among the various locales. But, never had a chance to improve this code.

alunny commented 9 years ago

I can take a stab at that.