From 2f13b4f5d765cd6bb98a6a7421409ce1de64eb4a Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 12:44:32 +0300 Subject: [PATCH] update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 7f5c11fa9..e57469661 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,5 @@ "engines": { "node": ">= 0.8.0" }, - "licenses": [ - { - "type": "MIT", - "url": "https://raw.github.com/winstonjs/winston/master/LICENSE" - } - ] + "license": "MIT" }