Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cbc08a

Browse files
committed
Add license field to package files
1 parent 516bf6a commit 7cbc08a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Simple HTML5 Charts using the canvas element",
55
"homepage": "https://github.com/nnnick/Chart.js",
66
"author": "nnnick",
7+
"license": "MIT",
78
"main": [
89
"dist/Chart.js"
910
],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"homepage": "http://www.chartjs.org",
44
"description": "Simple HTML5 charts using the canvas element.",
55
"version": "2.0.2",
6+
"license": "MIT",
67
"main": "src/chart.js",
78
"repository": {
89
"type": "git",

0 commit comments

Comments
 (0)