From a0c1ac7b454b7ab4161f63ed1f5ca2c40eebe4bb Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Wed, 18 Dec 2013 10:16:56 -0500 Subject: [PATCH] add license field to package.json close #1862 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fd89cb7..4f847689 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,6 @@ }, "engines": { "node": ">= 0.8.0" - } + }, + "license": "MIT" }