* add PiSupply

Add PiSupply as approved organisation.

They have acknowledged caveats to submit theirown PRs and update the gallery. They have also agreed to tag beta packages

* Update targetconfig.json
This commit is contained in:
Mark 2018-11-02 21:47:15 +00:00 committed by Peli de Halleux
parent a88fdd68eb
commit 6e3aa01147
2 changed files with 16 additions and 2 deletions

View File

@ -43,6 +43,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Robobit",
"url":"/pkg/4tronix/Robobit",
"cardType": "package"
}, {
"name": "Pi Supply Bit Buggy",
"url":"/pkg/PiSupply/pxt-bitbuggy",
"cardType": "package"
}]
```
@ -148,6 +152,15 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
}]
```
## IoT
```codecard
[{
"name": "Pi Supply Lora Node",
"url":"/pkg/PiSupply/pxt-iot-lora-node",
"cardType": "package"
}]
```
## Other
```codecard

View File

@ -5,7 +5,8 @@
"microbit-foundation",
"KitronikLtd",
"tinkertanker",
"Seeed-Studio"
"Seeed-Studio",
"PiSupply"
],
"approvedRepos": [
"CoderDojoOlney/pxt-olney",
@ -121,4 +122,4 @@
"Blocks To JavaScript": "courses/blocks-to-javascript",
"Courses": "courses"
}
}
}