From ba50af511a3e5c2af0451b31e7b5a048628bdfa8 Mon Sep 17 00:00:00 2001 From: Kegan Myers Date: Fri, 28 Feb 2014 11:46:27 -0600 Subject: [PATCH] Add license to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 309684b..1bbd69c 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,6 @@ "devDependencies": { "grunt": "~0.4.2", "grunt-typescript": "~0.2.7" - } + }, + "license": "MIT" }