From 68eb149b4264d90ca0bc3ebfc2647c15cd88d076 Mon Sep 17 00:00:00 2001 From: milkpotatoes Date: Mon, 30 Dec 2024 10:47:45 +0800 Subject: [PATCH] Fix format of bundle.json Issue: https://gitee.com/openharmony/arkui_napi/issues/IBEJQV Signed-off-by: milkpotatoes Change-Id: I83f951bd4147a3f81abcd097563089fdaadff1bb --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 8166cceba..8a477f570 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/napi", "description": "Node-API (formerly N-API) is an API for build native Addons", "version": "3.1", - "license": "Apache 2.0", + "license": "Apache-2.0", "publishAs": "code-segment", "segment": { "destPath": "foundation/arkui/napi" -- Gitee