From 5853865fcb6c8edd63cab4285504fb240b0b6e7d Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Tue, 4 Aug 2015 08:55:54 +0200 Subject: [PATCH] Add license to Bower manifest. FIx #135. --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 8c5f9ee..152582f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,7 @@ { "name": "social-likes", "version": "3.0.14", + "license": "MIT", "main": [ "./src/social-likes.js", "./social-likes_classic.css",