diff --git a/docs/extensions.md b/docs/extensions.md index a41e66e9..a35e1ab0 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -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", diff --git a/targetconfig.json b/targetconfig.json index e09f1be8..de82900f 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -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",