From b424090166cb71c60f099eb184de3788f2528895 Mon Sep 17 00:00:00 2001 From: Jonathan Austin Date: Fri, 7 Apr 2017 15:34:22 +0100 Subject: [PATCH] Include the bitbot package in the whitelist (#381) The BitBot package owners have asked to be whitelisted and the package meets the requirements: * Appropriately named repo * Substantive tests * Clear README * Approval from the BitBot manufacturer for this third party library to be whitelisted --- targetconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targetconfig.json b/targetconfig.json index a681a087..ee5402ac 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -7,7 +7,8 @@ "approvedRepos": [ "CoderDojoOlney/pxt-olney", "PaulDFoster/pxt-microbit-GY521", - "chevyng/pxt-ucl-junkrobot" + "chevyng/pxt-ucl-junkrobot", + "srs/pxt-bitbot" ] } }