pxt-calliope/targetconfig.json
Jonathan Austin b424090166 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
2017-04-07 07:34:22 -07:00

15 lines
317 B
JSON

{
"packages": {
"approvedOrgs": [
"Microsoft",
"microbit-foundation"
],
"approvedRepos": [
"CoderDojoOlney/pxt-olney",
"PaulDFoster/pxt-microbit-GY521",
"chevyng/pxt-ucl-junkrobot",
"srs/pxt-bitbot"
]
}
}