From 2dfd1dadb9eab75bf63f6aeab44cd474693f5905 Mon Sep 17 00:00:00 2001 From: lyj_love_code Date: Mon, 14 Aug 2023 16:14:16 +0800 Subject: [PATCH] bug: change the component name to PyYAML Signed-off-by: lyj_love_code --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 64e891e..fb3e6d7 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/pyyaml", + "name": "@ohos/PyYAML", "description": "A YAML parser and emitter for Python.", "version": "3.1", "license": "MIT", @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "pyyaml", + "name": "PyYAML", "subsystem": "thirdparty", "syscap": [], "features": [],