pradel / react-responsive-modal

Simple responsive react modal
https://react-responsive-modal.leopradel.com/
MIT License
606 stars 95 forks source link

fix: fix module path in package.json #426

Closed hudochenkov closed 4 years ago

hudochenkov commented 4 years ago

Currently due invalid path it is not possible to bundle this library with application code by rollup and @rollup/plugin-node-resolve. It happens because rollup checks module field in package.json, and because path is incorrect, library is not bundled.

pradel commented 4 years ago

Thanks for the pr @hudochenkov!

pradel commented 4 years ago

Published as v5.1.1

hudochenkov commented 4 years ago

Thank you for a great library and quick fix release!