31f5db32d1
* hexcache is no longer generated at repo root, so remove it from package.json * Modified templates to depend on local packages * Adding bluetooth template for offline HEX cache * Fix wrong package name in dependencies of bluetooth template * Change package versions to * in templates
14 lines
210 B
JSON
14 lines
210 B
JSON
{
|
|
"name": "{0} block",
|
|
"dependencies": {
|
|
"core": "*",
|
|
"bluetooth": "*"
|
|
},
|
|
"description": "",
|
|
"files": [
|
|
"main.blocks",
|
|
"main.ts",
|
|
"README.md"
|
|
]
|
|
}
|