add cutebot extension (#2031)

This commit is contained in:
Mark 2019-05-09 17:37:48 +01:00 committed by Abhijith Chatra
parent a25213b783
commit 2d7a4f74e7
2 changed files with 6 additions and 1 deletions

View File

@ -47,6 +47,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "UCL Junk Robot",
"url":"/pkg/chevyng/pxt-ucl-junkrobot",
"cardType": "package"
}, {
"name": "Elecfreaks Cutebot",
"url":"/pkg/lionyhw/pxt-cutebot",
"cardType": "package"
}, {
"name": "Kittenbot RobotBit",
"url":"/pkg/kittenbot/pxt-robotbit",

View File

@ -126,7 +126,8 @@
"letstalkscience/pxt-cozir",
"e-radionicacom/pxt-wifi",
"monkmakes/pxt-sensor",
"alankrantas/pxt-Nexusbit"
"alankrantas/pxt-Nexusbit",
"lionyhw/pxt-cutebot"
],
"preferredRepos": [
"Microsoft/pxt-neopixel",