pxt-ev3/targetconfig.json

25 lines
537 B
JSON
Raw Normal View History

2017-06-29 15:47:26 +01:00
{
"packages": {
"approvedOrgs": [
"Microsoft",
"LEGO"
],
"approvedRepos": [
]
2017-10-26 22:19:16 -07:00
},
"galleries": {
"Getting Started": "getting-started",
"Tutorials": "tutorials",
"Design Engineering": "design-engineering",
"Coding": "coding",
"Maker": "maker"
2018-03-28 12:31:42 -04:00
},
"electronManifest": {
"majorReleases": {
"0": {
"latest": "v0.1.5",
"promptVersion": "v0.1.5"
}
}
2017-06-29 15:47:26 +01:00
}
}