From 92dc3b91d8ca9d12caf8792c784551f5899f7a65 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 12 Jan 2016 18:36:43 +0200 Subject: [PATCH] doc(*): change package.json license field to MIT Align the package.json license with the LICENSE file from the repo Closes #6432 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61a023a598..422e14e7f4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "Yegor Jbanov ", "Jeremy Elbourn " ], - "license": "Apache-2.0", + "license": "MIT", "engines": { "node": ">= 4.2.1 < 5" },