v2.1.1
Bug Fixes
- Fix the
module
field in package.json to point to the ESM module file. This erroneously contained the value"CommonJS"
in the 2.1.0 release.
Thanks @anc95 for pointing this out and providing a MR with the fix!
module
field in package.json to point to the ESM module file. This erroneously contained the value "CommonJS"
in the 2.1.0 release.