mikaelbr / marked-terminal

A Renderer for the marked project. Allowing you to render Markdown to print to your Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for marked@0.6.0

mitschmidt opened this issue · comments

Thanks for this great package.

Unfortunately after updating marked to 0.6.0, npm install complains about the version:
npm[app] WARN marked-terminal@3.1.1 requires a peer of marked@^0.4.0 || ^0.5.0 but none is installed. You must install peer dependencies yourself.

Is this an actual compatibility issue or is it sufficient to fix the supported version number in the package.json?

Hi! I haven't checked out the changes for 0.6.0, but given that there are no breaking plugin changes (which it can be with a minor release change sub 1.0.0), it should be fine. I saw this PR which could indicate it works fine: #48

If you could test the PR out and it works I would appreciate it and I will happily merge and update. Seems as the tests works at least

You can test the master branch now (npm i mikaelbr/marked-terminal)

Out now