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.81k stars 1.08k forks source link

Prevent warning about bad license name. #143

Closed eloyesp closed 8 years ago

eloyesp commented 8 years ago

Fix a warning in NPM about the license name in package.json.

npm WARN package.json js-sequence-diagrams@ license should be a valid SPDX license expression

bramp commented 8 years ago

Thanks!, but we are actually "BSD-2-Clause", if you can change I'll happily pull the request. https://spdx.org/licenses/BSD-2-Clause

eloyesp commented 8 years ago

Fixed. I double checked which license it was, then typed it wrong.

bramp commented 8 years ago

Thanks!