Target config electron section (#1622)

* Removing v0 settings and adding electron version

* Adding electron as a top level section
This commit is contained in:
Abhijith Chatra 2018-11-12 08:35:12 -08:00 committed by GitHub
parent 94779e9475
commit 66b4e88b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,10 +48,7 @@
"preferredRepos": [
"Microsoft/pxt-neopixel",
"Microsoft/pxt-microturtle"
],
"electronManifest": {
"latest": "v1.2.7"
}
]
},
"languages": [
"en",
@ -92,5 +89,8 @@
"Turtle": "projects/turtle",
"Blocks To JavaScript": "courses/blocks-to-javascript",
"Courses": "courses"
},
"electronManifest": {
"latest": "v1.2.7"
}
}