Move templates to directly under libs/ (#303)
This commit is contained in:
committed by
Peli de Halleux
parent
e5dc046fcc
commit
349a385f97
13
libs/blocksprj/pxt.json
Normal file
13
libs/blocksprj/pxt.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "{0} block",
|
||||
"dependencies": {
|
||||
"core": "file:../core",
|
||||
"radio": "file:../radio"
|
||||
},
|
||||
"description": "",
|
||||
"files": [
|
||||
"main.blocks",
|
||||
"main.ts",
|
||||
"README.md"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user