From 002221463684ed1d3c637022fddfa96314c27c9b Mon Sep 17 00:00:00 2001 From: txl Date: Mon, 17 Jul 2023 16:32:40 +0800 Subject: [PATCH] new component name Signed-off-by: txl --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index d82d13541..b34034731 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/xts_acts", + "name": "@ohos/acts", "description": "acts", "version": "3.1", "license": "Apache License 2.0", @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "xts_acts", + "name": "acts", "subsystem": "xts", "syscap": [], "features": [], -- GitLab