From: Zach Panzarino Date: Fri, 29 Apr 2016 03:23:13 +0000 (+0000) Subject: Add license field to package files X-Git-Tag: 2.1.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cbc08aed7698e82f041dd4464384a1b1b1ea816;p=thirdparty%2FChart.js.git Add license field to package files --- 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",