removing readme.md from template

This commit is contained in:
Peli de Halleux 2016-05-03 14:45:10 -07:00
parent a3b34518b0
commit 13ff7cd0ec

View File

@ -22,14 +22,12 @@
"description": "", "description": "",
"files": [ "files": [
"main.blocks", "main.blocks",
"main.ts", "main.ts"
"README.md"
] ]
}, },
"files": { "files": {
"main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"device_print_message\"><value name=\"text\"><shadow type=\"text\"><field name=\"TEXT\">Hello!</field></shadow></value></block></xml>", "main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"device_print_message\"><value name=\"text\"><shadow type=\"text\"><field name=\"TEXT\">Hello!</field></shadow></value></block></xml>",
"main.ts": "\n", "main.ts": "\n"
"README.md": "Describe your project here!"
} }
}, },
"tsprj": { "tsprj": {
@ -42,13 +40,11 @@
}, },
"description": "", "description": "",
"files": [ "files": [
"main.ts", "main.ts"
"README.md"
] ]
}, },
"files": { "files": {
"main.ts": "basic.showString('Hello!')\n", "main.ts": "basic.showString('Hello!')\n"
"README.md": "Describe your project here!"
} }
}, },
"compile": { "compile": {