Issue:
The main property of the package.json is not set to the correct entry point. So, we can't require properly the module forex-quotes.
Expected behavior:
import ForgeClient from 'forex-quotes';
Workaround:
import ForgeClient from 'forex-quotes/lib/src/ForgeClient';
Version tested:
6.0.0