Skip to content

Commit

Permalink
Extension: add pxt-faces
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwork committed Jan 11, 2024
1 parent ade1055 commit 03f8e24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
## Utilities
```codecard
[{
"name": "Faces",
"url": "/pkg/GrandpaBond/pxt-faces",
"cardType": "package"
}, {
"name": "FlexFX",
"url": "/pkg/GrandpaBond/pxt-flexfx",
"cardType": "package"
Expand Down
3 changes: 2 additions & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@
"microsoft/microbit-robot": { "tags": [ "Robotics" ] },
"4tronix/mars-rover": { "tags": [ "Robotics" ] },
"monkmakes/plant-monitor-makecode": { "tags": [ "Science" ] },
"grandpabond/pxt-flexfx": { "tags": [ "Software" ] }
"grandpabond/pxt-flexfx": { "tags": [ "Software" ] },
"grandpabond/pxt-faces": { "tags": [ "Software" ] }
},
"upgrades": {
"tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",
Expand Down

0 comments on commit 03f8e24

Please sign in to comment.