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

Complete package.json to be usable by repository #216

Open SISheogorath opened 5 years ago

SISheogorath commented 5 years ago

In order to use the repository directly as dependency yarn as well as npm require some details.

This patch adds the needed dependencies and meta information to allow usage by repository reference.

Fixes #214

Replaces #215

SISheogorath commented 5 years ago

Should I add an example to README on how to use it?

bramp commented 5 years ago

README updates would be great