]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
add license to package.json 1268/head
authorClemens Stolle <klaemo@fastmail.fm>
Wed, 1 Jul 2015 09:03:00 +0000 (11:03 +0200)
committerClemens Stolle <klaemo@fastmail.fm>
Wed, 1 Jul 2015 09:03:00 +0000 (11:03 +0200)
just to be a good npm citizen :)

package.json

index 9ac4a0e71b7216812a2649ca2085ea469247aa49..2a3ac22e036bcb4b7459644294188799f9aadb39 100644 (file)
@@ -8,6 +8,7 @@
     "type": "git",
     "url": "https://github.com/nnnick/Chart.js.git"
   },
+  "license" : "MIT",
   "dependences": {},
   "devDependencies": {
     "gulp": "3.5.x",
@@ -25,4 +26,4 @@
   "spm": {
     "main": "Chart.js"
   }
-}
\ No newline at end of file
+}