From dd1ba809ab7948829e7867324c0e2fc84e26027b Mon Sep 17 00:00:00 2001 From: Yuanxinying Date: Mon, 26 Jun 2023 12:45:44 +0000 Subject: [PATCH] update bundle.json. update Signed-off-by: Yuanxinying --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 1f71746..77a537e 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/cjson", + "name": "@ohos/cJSON", "description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.", "version": "3.1", "license": " MIT License", @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "cjson", + "name": "cJSON", "subsystem": "thirdparty", "syscap": [], "features": [], -- Gitee