pxt-calliope/targetconfig.json
Jonathan Austin 0d029b7bf9 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
2017-08-03 07:53:30 -07:00

36 lines
797 B
JSON

{
"packages": {
"approvedOrgs": [
"Microsoft",
"microbit-foundation",
"KitronikLtd"
],
"approvedRepos": [
"CoderDojoOlney/pxt-olney",
"PaulDFoster/pxt-microbit-GY521",
"chevyng/pxt-ucl-junkrobot",
"srs/pxt-bitbot",
"sparkfun/pxt-gamer-bit",
"sparkfun/pxt-moto-bit",
"sparkfun/pxt-weather-bit",
"Tinkertanker/pxt-ssd1306-microbit",
"minodekit/pxt-minode"
],
"preferredRepos": [
"Microsoft/pxt-neopixel"
]
},
"languages": [
"de",
"en",
"fr",
"ja",
"nl",
"no",
"sv-SE",
"si-LK",
"zh-CN",
"zh-TW"
]
}