From a590cc335fe1ff41fc95a330052bed6c3cd89256 Mon Sep 17 00:00:00 2001 From: Dmitriy Antipov Date: Fri, 2 Feb 2024 18:50:22 +0300 Subject: [PATCH] New approved repos lib (#1041) * add-new-lib * Update targetconfig.json Co-authored-by: Joey Wunderlich --------- Co-authored-by: Joey Wunderlich --- targetconfig.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/targetconfig.json b/targetconfig.json index c2fdaf7d..b0ab52e8 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -5,11 +5,20 @@ "LEGO" ], "approvedRepos": [ - "microsoft/pxt-automation" + "microsoft/pxt-automation", + "THEb0nny/makecode-ev3-hitechnic-color-sensor-v2" ], "preferredRepos": [ "microsoft/pxt-automation" - ] + ], + "approvedRepoLib": { + "microsoft/pxt-automation": { + "preferred": true + }, + "theb0nny/makecode-ev3-hitechnic-color-sensor-v2": { + "preferred": true + } + } }, "galleries": { "Getting Started": "getting-started",