From e0a2448e0c0ef354e69998858846630a3fce8ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 9 Jun 2023 00:25:49 +0800 Subject: [PATCH] chore: docs package.license ISC => MIT (#17254) --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index cefdc39ca13..c728f96465a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,7 +6,7 @@ "main": "index.js", "keywords": [], "author": "", - "license": "ISC", + "license": "MIT", "files": [], "scripts": { "images": "imagemin '_site/assets/images' --out-dir='_site/assets/images'",