diff --git a/bower.json b/bower.json index 5e4c4da12..1f7e0965d 100644 --- a/bower.json +++ b/bower.json @@ -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" ], diff --git a/package.json b/package.json index 20ee710e8..61ea9139c 100644 --- a/package.json +++ b/package.json @@ -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",