Skip to content

v2.0.2

Latest
Compare
Choose a tag to compare
@thiagodp thiagodp released this 11 Dec 17:14
· 1 commit to master since this release
  • Fix #27 (thanks @jbarreiros)
  • Now NodeJS' requires do not need /index.cjs anymore (introduced in v2.0.0) - example:
    • const countryToCurrency = require( 'country-to-currency' );
    • Therefore, it's now compatible with v1.x syntax