bollwyvl / nb-mermaid

DEPRECATED Mermaid diagrams in the Jupyter Notebook
https://bollwyvl.github.io/nb-mermaid
BSD 3-Clause "New" or "Revised" License
36 stars 19 forks source link

Npm version bumps #1

Closed ianabc closed 8 years ago

ianabc commented 8 years ago

Thanks for this module, I've been playing with it and it is a lot of fun!

I found that I couldn't install it via pip from PyPI, it would install IPython<4.0 as a dependency which was breaking because I was running inside Jupyter. I tried building from the current master branch, but was getting the following error

> lessc ./mermaid/static/src/nb-mermaid.less ./mermaid/static/nb-mermaid/nb-mermaid.css  --autoprefix

(node:8672) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.

I bumped the less version in this pull request along with some other package versions (including Mermaid itself to 6.0.0) - nothing seemed to break :-)

I've tested things manually as

bower install
npm install
npm run build
python setup.py sdist
pip install dist/nb-mermaid-0.1.1.tar.gz --user

Everything seems to be OK.

bollwyvl commented 8 years ago

Awesome! I'll merge and take a look!