Move templates to directly under libs/ (#303)
This commit is contained in:
parent
e5dc046fcc
commit
349a385f97
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "{0} block",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"radio": "*"
|
||||
"core": "file:../core",
|
||||
"radio": "file:../radio"
|
||||
},
|
||||
"description": "",
|
||||
"files": [
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "{0} block",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"bluetooth": "*"
|
||||
"core": "file:../core",
|
||||
"bluetooth": "file:../bluetooth"
|
||||
},
|
||||
"description": "",
|
||||
"files": [
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "{0} bit",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"radio": "*"
|
||||
"core": "file:../core",
|
||||
"radio": "file:../radio"
|
||||
},
|
||||
"description": "",
|
||||
"files": [
|
Loading…
Reference in New Issue
Block a user