Add license field to package files

This commit is contained in:
Zach Panzarino
2016-04-29 03:23:13 +00:00
parent 516bf6a456
commit 7cbc08aed7
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/nnnick/Chart.js",
"author": "nnnick",
"license": "MIT",
"main": [
"dist/Chart.js"
],

View File

@@ -3,6 +3,7 @@
"homepage": "http://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "2.0.2",
"license": "MIT",
"main": "src/chart.js",
"repository": {
"type": "git",