From cbda674fb292c50c510b6b2dfdd70d3e0c145a95 Mon Sep 17 00:00:00 2001 From: Mike Kotsur Date: Fri, 24 Jul 2015 15:53:14 +0200 Subject: [PATCH] Exposing license information according to bower format Strange enough, licensing information is present on master, but all the releases (tags) lack it. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 35682ce..475097b 100644 --- a/bower.json +++ b/bower.json @@ -5,5 +5,6 @@ "dependencies": { "angular": ">=1.2.x", "jquery-ui": ">=1.9" - } + }, + "license": "MIT" }