From 003457851fb99d039a129b19da5a40e535b3c42c Mon Sep 17 00:00:00 2001 From: y00699229 Date: Mon, 11 Mar 2024 10:28:41 +0800 Subject: [PATCH] delete unreasonable dependencies Signed-off-by: y00699229 --- bundle.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index ece15a6..7942b40 100644 --- a/bundle.json +++ b/bundle.json @@ -22,7 +22,6 @@ "ram": "~128KB", "deps": { "components": [ - "utils_lite", "samgr_lite" ], "third_party": [ @@ -35,4 +34,4 @@ ] } } -} \ No newline at end of file +} -- Gitee