From 370d1ee34c62bb440abf4a39d788688978440051 Mon Sep 17 00:00:00 2001 From: Yuanzheng Song Date: Wed, 2 Mar 2022 15:35:29 +0800 Subject: [PATCH] fix bundle.json name field issue: #I4VZ4G Signed-off-by: Yuanzheng Song --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 7553031..399b504 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@utils/memory", + "name": "@ohos/utils_memory", "version": "3.1.0", "description": "memory base libraries", "publishAs": "source", -- Gitee