Don't duplicate stuff from yelm.json

This commit is contained in:
Michal Moskal 2016-03-10 14:41:57 -08:00
parent c29ccfa49a
commit d71a460c12
1 changed files with 2 additions and 62 deletions

View File

@ -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": "<xml xmlns='http://www.w3.org/1999/xhtml'>\n</xml>\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
}
]
}