From e2cc21aa70017b722cf7142f729cde889b731695 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Sun, 9 Nov 2014 23:28:01 +0100 Subject: [PATCH] added license information to bower.json We had problems getting any license information out the `flot.tooltip`package by using [bower-license](https://github.com/AceMetrix/bower-license) because neither `README.md` nor `package.json` are delivered by bower. I simply added license information to `bower.json` to fix this. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 9c4af0d..516ae34 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,7 @@ { "name": "flot.tooltip", "version": "0.7.1", + "license": "MIT", "main": "js/jquery.flot.tooltip.js", "ignore": [ ".gitignore", @@ -10,4 +11,4 @@ "examples", "js/old" ] -} \ No newline at end of file +}