diff --git a/targetconfig.json b/targetconfig.json index de896fc5..9aeb9942 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -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" } }