v1.0.2
Patches
-
Fixed bundler inconsistency by adding a
"module"entry topackage.json(#5): f815294, f124a81Any bundler that can and is reading the
moduleentry will continue to do so with the@arr/*dependencies. Bundlers will then apply their owninteropwrapper, which means thatmatchitdoesn't need to ship one. 🎉No changes for those using the existing
mainexport. -
Added a tiny "build" script to produce the ESM & CJS exports: f815294