Add blocksprj

This commit is contained in:
Michal Moskal
2017-07-06 19:50:19 +01:00
parent 31b0fb8850
commit 6fb7908b21
5 changed files with 24 additions and 0 deletions

12
libs/blocksprj/pxt.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "{0}",
"dependencies": {
"ev3": "file:../ev3"
},
"description": "",
"files": [
"main.blocks",
"main.ts",
"README.md"
]
}