From 5ed22de76aab9ff7bdba12eaf65f0dd853cd53ad Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 19 May 2015 22:09:19 +0200 Subject: [PATCH] Use license in package.json --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index c69fdd45..3cdcfe1a 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,5 @@ "type": "git", "url": "git@github.com:webpack/css-loader.git" }, - "licenses": [ - { - "type": "MIT", - "url": "http://www.opensource.org/licenses/mit-license.php" - } - ] + "license": "MIT" }