From 7cbc08aed7698e82f041dd4464384a1b1b1ea816 Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Fri, 29 Apr 2016 03:23:13 +0000 Subject: [PATCH] Add license field to package files --- bower.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) 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",