KonamiCode
KonamiCode copied to clipboard
Add .js extension to package.json main key
Tiny nit but this causes resolution errors in modern bundlers as the new ESM syntax doesn't support implicit extensions for resolution.
Thus, all extensions must now be specified for e.g. Rollup and the like to property detect and resolve them.