From 28bc4f87ac1a034968a341f0aef3824586e87337 Mon Sep 17 00:00:00 2001 From: dongsenhao Date: Tue, 25 Apr 2023 14:26:03 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9Abundle.json=20format=20rectificat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dongsenhao --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index e56631a..25c4c15 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/commonlibrary_memory_utils", + "name": "@ohos/memory_utils", "version": "3.1.0", "description": "memory base libraries", "publishAs": "source", @@ -14,6 +14,8 @@ "name": "memory_utils", "subsystem": "commonlibrary", "adapted_system_type": [ "standard" ], + "rom": "120KB", + "ram": "200KB", "deps": { "components": [ "c_utils", -- Gitee