bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.8k stars 1.08k forks source link

Make this package installable with npm #214

Open davidmehren opened 5 years ago

davidmehren commented 5 years ago

Hi!

A fork of this package was available via npm for a long time and has now been unpublished. This breaks builds for many projects, see for example https://github.com/codimd/server/issues/39

Could you add the version key in your package.json so that this repository can be used as a dependency in projects which use npm (see https://docs.npmjs.com/files/package.json#git-urls-as-dependencies)?

ccoenen commented 5 years ago

I would love this, too! this way, you wouldn't even have to publish to npm if you don't want to.