From bd49c0a3f93ebc83ebff0fe6a70f3d5f907489cc Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 6 Jul 2019 17:44:25 +0800 Subject: [PATCH] meta: license should be MIT --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f66a4b1..d2ba8a0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "keywords": ["react"], "author": "Haishan (https://haishan.me)", "private": true, - "license": "UNLICENSED", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.5.0", "@hot-loader/react-dom": "^16.8.6",