From 2c508888169b61f8749e81416acec1a670cbb53f Mon Sep 17 00:00:00 2001 From: Dmitriy Antipov Date: Fri, 3 Nov 2023 11:03:09 +0300 Subject: [PATCH 1/2] add-new-lib --- targetconfig.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/targetconfig.json b/targetconfig.json index c2fdaf7d..1af2918b 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", From aa3b2aa33efc708bc417aa89f4b34f755016a116 Mon Sep 17 00:00:00 2001 From: Dmitriy Antipov Date: Fri, 3 Nov 2023 21:11:55 +0300 Subject: [PATCH 2/2] Update targetconfig.json Co-authored-by: Joey Wunderlich --- targetconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index 1af2918b..b0ab52e8 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -15,7 +15,7 @@ "microsoft/pxt-automation": { "preferred": true }, - "THEb0nny/makecode-ev3-hitechnic-color-sensor-v2": { + "theb0nny/makecode-ev3-hitechnic-color-sensor-v2": { "preferred": true } }