From ec413ab9d322316a5d1a8d807b5e50fe0a2c026b Mon Sep 17 00:00:00 2001 From: tuxiaohang Date: Fri, 13 Dec 2024 16:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bundle.json=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: https://gitee.com/openharmony/third_party_node/issues/IBB5PK Signed-off-by: tuxiaohang Change-Id: I08f6aa65626e73018fd03c6db53047bfa45e4892 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a098502a..3f350c26 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/node", "description": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.", "version": "3.1", - "license": "ISC,Public Domain,MIT,Free Software Foundation - MIT,Apache V2,ICU,zlib/libpng,BSD 2-Clause,BSD 3-Clause", + "license": "MIT", "publishAs": "code-segment", "segment": { "destPath": "third_party/node" -- Gitee