From e2706b1b311c98fa846d6cccd64f81eed7551ad5 Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Mon, 19 Jun 2017 10:47:57 +0200 Subject: [PATCH] Adding license info to the bower.json --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 106403d..28768d9 100644 --- a/bower.json +++ b/bower.json @@ -6,5 +6,6 @@ "keywords" : ["accounting", "number", "money", "currency", "format", "utilities", "finance", "exchange"], "main" : "accounting.js", "name" : "accounting", - "version" : "0.4.2" + "version" : "0.4.2", + "license" : "MIT" }