Move templates to directly under libs/ (#303)

This commit is contained in:
Guillaume Jenkins
2016-11-04 18:32:13 -07:00
committed by Peli de Halleux
parent e5dc046fcc
commit 349a385f97
14 changed files with 6 additions and 6 deletions

View File

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