From efd5188e6b112bd192c67b30ebd3cf03f8ed7c6d Mon Sep 17 00:00:00 2001 From: adrian Date: Tue, 18 Apr 2017 17:43:24 -0400 Subject: [PATCH] the license must be in the bower file for some tools to use it. --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 43f678db..af3fb773 100644 --- a/bower.json +++ b/bower.json @@ -26,6 +26,7 @@ "src", "test" ], + "license": "MIT", "dependencies": { "jquery": ">=1.6" }