From aa663825aae4c00254c972269bbf17b6e79ac3ab Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 13:45:16 +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 bdc0461..f2ae971 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,5 @@ "engines": { "node": ">= 0.8.0" }, - "licenses": [ - { - "type": "MIT", - "url": "http://github.com/OverZealous/run-sequence/raw/master/LICENSE" - } - ] + "license": "MIT" }