From 7e1d47b8cf38655c5b8e23c0e61a1f587ae2d1f7 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Thu, 28 Apr 2016 09:19:52 -0400 Subject: [PATCH] add license to package.json closes #48 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 14191e6..adf25f1 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,6 @@ }, "devDependencies": { "smoosh": ">=0.3.0" - } + }, + "license": "MIT" }