From a8f2e474813948b9fd332a8b08ed4c7c71cc3c39 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 28 Nov 2019 23:57:40 +0000 Subject: [PATCH] Extensions: Add Inksmith Climate Action Kit (#2535) --- docs/extensions.md | 5 +++++ targetconfig.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index 0ebfc1a2..53755a7c 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -200,6 +200,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on ```codecard [{ + "name": "Inksmith Climate Action Kit", + "url":"/pkg/dugbraden/pxt-climate-action-kit", + "cardType": "package" +}, +{ "name": "Kitronik Realtime Clock", "url":"/pkg/KitronikLtd/pxt-kitronik-rtc", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 0a200f45..d5510bda 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -151,7 +151,8 @@ "assirati/pxt-inventura", "Veilkrand/pxt-RobotCar", "4tronix/DriveBit", - "Freenove/Makecode-Extension-Starter-Kit" + "Freenove/Makecode-Extension-Starter-Kit", + "dugbraden/pxt-climate-action-kit" ], "preferredRepos": [ "Microsoft/pxt-neopixel",