Closed alunny closed 9 years ago
That was quick! Thanks.
Do you think it makes sense to do the same for the main files?
Yeah, that makes sense.
Landed. Released as 28.0.1
. Thanks
PS: Landed on all previous branches as well. 27.x, 26.x, ...
Amended by the commit listed above ^.
Actually there's a bug that prevents this working as a dependency - fs.readdirSync
reads relative to pwd
, not to __dirname
. So the script fails when it's called from a top level with cldr-data
under node_modules
.
Sorry about that - patch forthcoming.
I've already fixed it. :)
Nice, thanks :)
Are you talking about https://github.com/rxaviers/cldr-data-npm/commit/4303ce1444642e26f4ad5e95f778a74f341d7b42 or a fix on top of that?
I think that's right, trying 28.0.2 now.
;)
Fixes #21