- Fix #27 (thanks @jbarreiros)
- Now NodeJS'
require
s do not need/index.cjs
anymore (introduced inv2.0.0
) - example:const countryToCurrency = require( 'country-to-currency' );
- Therefore, it's now compatible with
v1.x
syntax
require
s do not need /index.cjs
anymore (introduced in v2.0.0
) - example:
const countryToCurrency = require( 'country-to-currency' );
v1.x
syntax