From 00764f3d5901c1ff43b2c5fbf3b1d219b581d75a Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sat, 19 Mar 2016 13:16:32 +0100 Subject: [PATCH] MIT license in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 025b6c1e..827997e5 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,6 @@ "repository": "https://github.com/github/linguist", "dependencies": { "season": "~>5.0" - } + }, + "license": "MIT" }