From 0a9ae3192fcee14c4883fb1357d32452c46f115c Mon Sep 17 00:00:00 2001 From: garthdb Date: Tue, 6 Sep 2016 14:43:16 -0600 Subject: [PATCH] fix(Configuration): fixed license property --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 94f95ec..9f81e4d 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,14 @@ "keywords": [ "topcoat", "variables", - "dark" + "dark", + "topcoat-variables" ], - "author": "@dam Kristofer Joseph", - "license": "Apache2", + "author": "Kristofer Joseph (http://kristoferjoseph.com/)", + "contributors": [ + "Garth Braithwaite (http://garthdb.com)" + ], + "license": "Apache-2.0", "bugs": { "url": "https://github.com/topcoat/topcoat/issues" },