diff --git a/kindtarget.json b/kindtarget.json index 853a1687..48ea30f7 100644 --- a/kindtarget.json +++ b/kindtarget.json @@ -1,7 +1,5 @@ { - "id": "microbit", - "name": "microbit", - "cloud": true, + "corepkg": "microbit", "bundleddirs": [ "libs/microbit", "libs/microbit-led", @@ -10,63 +8,5 @@ "libs/microbit-game", "libs/microbit-pins", "libs/microbit-serial" - ], - - "blocksprj": { - "id": "blocksprj", - "config": { - "name": "{0} block", - "dependencies": { - "microbit": "*", - "microbit-led": "*", - "microbit-music": "*", - "microbit-radio": "*", - "microbit-game": "*", - "microbit-pins": "*", - "microbit-serial": "*" - }, - "description": "", - "files": [ - "main.blocks", - "main.blocks.ts", - "README.md" - ] - }, - "files": { - "main.blocks": "\n\n", - "main.blocks.ts": "\n", - "README.md": "Describe your project here!" - } - }, - - "tsprj": { - "id": "tsprj", - "config": { - "name": "{0} bit", - "dependencies": { - "microbit": "*", - "microbit-led": "*", - "microbit-music": "*", - "microbit-radio": "*", - "microbit-game": "*", - "microbit-pins": "*", - "microbit-serial": "*" - }, - "description": "", - "files": [ - "main.ts", - "README.md" - ] - }, - "files": { - "main.ts": "basic.showString('Hi!')\n", - "README.md": "Describe your project here!" - } - }, - "koduvscode": true, - - "compile": { - "isNative": false, - "hasHex": true - } + ] }