laobubu / HyperMD

A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
MIT License
1.47k stars 137 forks source link

package: set codemirror as a peerDependency #27

Closed cgestes closed 6 years ago

cgestes commented 6 years ago

This is required, because hypermd is a mode of codemirror, and it needs to be instanciated on the codemirror instance of the client, so it should not provide its own version of codemirror.

laobubu commented 6 years ago

Thanks!