From 3384b91cf6b5c85cf97829ea3be3107418c5430b Mon Sep 17 00:00:00 2001 From: sunyaozu Date: Wed, 21 Jun 2023 11:35:52 +0800 Subject: [PATCH] update i18n_lite bundle.json Signed-off-by: sunyaozu --- bundle.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index f6923df..feb09c2 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/global_i18n_lite", + "name": "@ohos/i18n_lite", "version": "1.0.0", "description": "Provides internationalization APIS for implementing functions such as date and time formatting.", "homePage": "https://gitee.com/openharmony/", @@ -39,12 +39,13 @@ "subsystem": "global", "features": [], "adapted_system_type": [ + "mini", "small" ], "rom": "", "ram": "", "deps": { - "components": [ "utils_base" ], + "components": [ "utils_lite" ], "third_party": [ "bounds_checking_function" ] -- Gitee