From 34835a667322b38c2aa53330338125483d94801b Mon Sep 17 00:00:00 2001 From: Airyland Date: Mon, 25 Sep 2017 18:32:26 +0800 Subject: [PATCH] fix: wrong license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62f634edc..ff5139429 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "component" ], "author": "youzanfe", - "license": "ISC", + "license": "MIT", "dependencies": { "babel-runtime": "6.x", "vue-lazyload": "^1.1.3",