From 255f12e9b8bce699aad2ad979aa96a829cd374b5 Mon Sep 17 00:00:00 2001 From: huangyicong Date: Mon, 17 Jan 2022 15:31:48 +0800 Subject: [PATCH] add bundle.json Signed-off-by: huangyicong --- bundle.json | 4 ++-- memory/bundle.json | 4 ++-- timer_task/bundle.json | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bundle.json b/bundle.json index f0bf3d4..8a657df 100644 --- a/bundle.json +++ b/bundle.json @@ -9,9 +9,9 @@ "author": {}, "repository": "", "license": "Apache License 2.0", - "dirs": { + "dirs": [ "utils/native/lite/include" - }, + ], "component": { "name": "utils_lite", "subsystem": "utils", diff --git a/memory/bundle.json b/memory/bundle.json index f8a0533..fce69e3 100644 --- a/memory/bundle.json +++ b/memory/bundle.json @@ -9,9 +9,9 @@ "author": {}, "repository": "", "license": "Apache License 2.0", - "dirs": { + "dirs": [ "utils/native/lite/memory" - }, + ], "component": { "name": "memory", "subsystem": "utils", diff --git a/timer_task/bundle.json b/timer_task/bundle.json index 87bb0c8..17e5841 100644 --- a/timer_task/bundle.json +++ b/timer_task/bundle.json @@ -9,9 +9,9 @@ "author": {}, "repository": "", "license": "Apache License 2.0", - "dirs": { + "dirs": [ "utils/native/lite/timer_task" - }, + ], "component": { "name": "timer_task", "subsystem": "utils", @@ -34,4 +34,3 @@ } } } - -- Gitee