pxt-ev3/targetconfig.json
Galen Nickel 60bf3df1d8 Show mood tutorial prototype (#414)
* Show mood tutorial prototype

* Missed block styling
2018-04-03 15:45:11 -07:00

25 lines
537 B
JSON

{
"packages": {
"approvedOrgs": [
"Microsoft",
"LEGO"
],
"approvedRepos": [
]
},
"galleries": {
"Getting Started": "getting-started",
"Tutorials": "tutorials",
"Design Engineering": "design-engineering",
"Coding": "coding",
"Maker": "maker"
},
"electronManifest": {
"majorReleases": {
"0": {
"latest": "v0.1.5",
"promptVersion": "v0.1.5"
}
}
}
}