remarkjs / react-remark

React component and hook to use remark to render markdown
https://remarkjs.github.io/react-remark
MIT License
208 stars 7 forks source link

fix: correct `module` property #13

Closed paraillegal closed 3 years ago

paraillegal commented 3 years ago

Merging this PR should fix issue #12.

The module property in package.json incorrectly referred to react-markdown.esm.js while the name of the built file is react-remark.esm.js.

ChristianMurphy commented 3 years ago

released in 2.0.3