Skip to content

Commit

Permalink
New approved repos lib (#1041)
Browse files Browse the repository at this point in the history
* add-new-lib

* Update targetconfig.json

Co-authored-by: Joey Wunderlich <[email protected]>

---------

Co-authored-by: Joey Wunderlich <[email protected]>
  • Loading branch information
THEb0nny and jwunderl authored Feb 2, 2024
1 parent 2c8d3d5 commit a590cc3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a590cc3

Please sign in to comment.