thlorenz / flamegraph

Generates flamegraphs with Node.js or in the browser.
http://thlorenz.github.io/flamegraph/web/
MIT License
165 stars 28 forks source link

License value fix to valid SPDX in package.json #20

Open dcohenb opened 8 years ago

dcohenb commented 8 years ago

The license value in the package.json should be a valid SPDX as documented on (https://docs.npmjs.com/files/package.json#license). This commit fixes it.