From 0d029b7bf93cdea8ae398f899f8d3387b15f712f Mon Sep 17 00:00:00 2001 From: Jonathan Austin Date: Thu, 3 Aug 2017 15:53:30 +0100 Subject: [PATCH] Add Kitronik (KitronikLtd) as an approved org (#493) * Add Kitronik (KitronikLtd) as an approved org Kitronik work closely with the foundation and have a number of packages, and they understand the requirements for alpha/beta release quality so we're adding them as an approved org. * Remove pxt-kitronik-servo-lite now Kitronik are approved With Kitronik an approved org, this doesn't need to be approved here anymore --- targetconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targetconfig.json b/targetconfig.json index 086d7522..b8cceeba 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -2,7 +2,8 @@ "packages": { "approvedOrgs": [ "Microsoft", - "microbit-foundation" + "microbit-foundation", + "KitronikLtd" ], "approvedRepos": [ "CoderDojoOlney/pxt-olney", @@ -12,7 +13,6 @@ "sparkfun/pxt-gamer-bit", "sparkfun/pxt-moto-bit", "sparkfun/pxt-weather-bit", - "KitronikLtd/pxt-kitronik-servo-lite", "Tinkertanker/pxt-ssd1306-microbit", "minodekit/pxt-minode" ],