From ada5061ea3634c9997517bb5180c590eb1fd34f4 Mon Sep 17 00:00:00 2001 From: Joschka Date: Fri, 18 Dec 2015 14:24:51 +0100 Subject: [PATCH] Add license and author to NPM and Bower configs --- bower.json | 3 ++- package.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c5da9f2..5dfe137 100644 --- a/bower.json +++ b/bower.json @@ -14,5 +14,6 @@ "type": "git", "url": "git@github.com:travel-intelligence/ti-auth.js.git" }, - "authors": [ "Joschka Kintscher " ] + "authors": [ "Joschka Kintscher " ], + "license": "MIT" } diff --git a/package.json b/package.json index c993bdc..c1228f3 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,7 @@ "testem": "0.9.5", "uglifyjs": "2.4.10", "url-parse": "1.0.5" - } + }, + "author": "Joschka Kintscher ", + "license": "MIT" }