From 3cdc41e774be39da48faf403d1addf16c92510a5 Mon Sep 17 00:00:00 2001 From: Till Sanders Date: Fri, 21 Oct 2016 16:34:39 +0200 Subject: [PATCH] Update package.json license reference Scheme has changed. For example: running `npm view vue-html-loader license` in terminal returns `undefined` instead of `MIT`. See the docs for further information: https://docs.npmjs.com/files/package.json#license --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index a160ba3f..81eb2fd3 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,5 @@ "type": "git", "url": "git@github.com:vuejs/vue-html-loader.git" }, - "licenses": [ - { - "type": "MIT", - "url": "http://www.opensource.org/licenses/mit-license.php" - } - ] + "license": "MIT" }