From b37f2a122f9e09c0ed3729e50c5171a5e378e39a Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Wed, 24 May 2023 17:07:25 +0800 Subject: [PATCH] modify component name Signed-off-by: chengjinsong2 --- bundle.json | 2 +- services/init/lite/bundle.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 993d854e..0144a956 100755 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/init", + "name": "@ohos/startup_init", "description": "ohos init process", "homePage": "https://gitee.com/openharmony", "version": "3.1", diff --git a/services/init/lite/bundle.json b/services/init/lite/bundle.json index ce999774..7f5da0b4 100644 --- a/services/init/lite/bundle.json +++ b/services/init/lite/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/init_lite", + "name": "@ohos/startup_init_lite", "description": "ohos init lite process", "homePage": "https://gitee.com/openharmony", "version": "3.1", @@ -58,4 +58,4 @@ ] } } -} \ No newline at end of file +} -- GitLab