From 11dc8d4c3e70dee693a76090c0ba9994e68e32be Mon Sep 17 00:00:00 2001 From: Mark <31242877+microbit-mark@users.noreply.github.com> Date: Sat, 27 Jan 2018 16:54:44 +0000 Subject: [PATCH] Approve Seeed Studio as approved organisation (#614) * Add Grove inventor kit package to list * Approve Seeed Studio organisation The foundation are working closely with Seeed who have assured that packages meet requirements --- docs/packages.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/packages.md b/docs/packages.md index 793270c2..223465a8 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -84,6 +84,10 @@ "url":"/pkg/mbitfun/pxt-katakana", "cardType": "package" }, { + "name": "Grove inventor kit", + "url":"/pkg/Seeed-Studio/pxt-grove", + "cardType": "package" + }, { "name": "PCA9685 LED controller", "url":"/pkg/jdarling/pxt-pca9685", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 36451781..2ca180a4 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -4,7 +4,8 @@ "Microsoft", "microbit-foundation", "KitronikLtd", - "tinkertanker" + "tinkertanker", + "Seeed-Studio" ], "approvedRepos": [ "CoderDojoOlney/pxt-olney",