From 5c0e6b57ec49837f9b33104c099ee990752b52c5 Mon Sep 17 00:00:00 2001 From: xingyuanfeng Date: Thu, 13 Jun 2024 19:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4bundle.json=E4=B8=AD=E7=9A=84?= =?UTF-8?q?googletest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xingyuanfeng --- bundle.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 9236f84..caa571e 100644 --- a/bundle.json +++ b/bundle.json @@ -27,8 +27,7 @@ "components": [ "napi", "bounds_checking_function", - "cJSON", - "googletest" + "cJSON" ], "third_party": [] }, -- Gitee