diff --git a/pxtarget.json b/pxtarget.json index 51ccb3bb..79e1cb6d 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -22,14 +22,12 @@ "description": "", "files": [ "main.blocks", - "main.ts", - "README.md" + "main.ts" ] }, "files": { "main.blocks": "Hello!", - "main.ts": "\n", - "README.md": "Describe your project here!" + "main.ts": "\n" } }, "tsprj": { @@ -42,13 +40,11 @@ }, "description": "", "files": [ - "main.ts", - "README.md" + "main.ts" ] }, "files": { - "main.ts": "basic.showString('Hello!')\n", - "README.md": "Describe your project here!" + "main.ts": "basic.showString('Hello!')\n" } }, "compile": {