]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add license field to package files
authorZach Panzarino <zachary@panzarino.com>
Fri, 29 Apr 2016 03:23:13 +0000 (03:23 +0000)
committerZach Panzarino <zachary@panzarino.com>
Fri, 29 Apr 2016 03:23:13 +0000 (03:23 +0000)
bower.json
package.json

index 5e4c4da128a517522c6f40482bbc4d1ad9fc2292..1f7e0965d0cb9df458d5533c5e4db24921125905 100644 (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"
   ],
index 20ee710e8f7981af39e64e38cd66e744421bbc71..61ea9139ce0d579342518acea2f9ae95ab300d65 100644 (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",