pxt-ev3/targetconfig.json
Abhijith Chatra 123f6c84b2
Release electron for auto update (#807)
This will enable auto update of the packages
2018-09-26 16:11:42 -07:00

22 lines
445 B
JSON

{
"packages": {
"approvedOrgs": [
"Microsoft",
"LEGO"
],
"approvedRepos": [
]
},
"galleries": {
"Getting Started": "getting-started",
"Tutorials": "tutorials",
"Design Engineering": "design-engineering",
"Coding": "coding",
"Maker": "maker",
"Videos": "videos"
},
"electronManifest": {
"latest": "v1.0.8"
}
}