From e366559c3c2a24f5ca3685910f32b876ebf1a0dd Mon Sep 17 00:00:00 2001 From: xiaowei Date: Mon, 4 Jan 2021 14:42:22 +0800 Subject: [PATCH] chore: alter the license to MIT --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6ab844..1189a8b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "jest" }, "author": "dt-insight-front", - "license": "ISC", + "license": "MIT", "devDependencies": { "@types/jest": "^24.0.13", "@typescript-eslint/eslint-plugin": "^3.10.1",