pxt-calliope/libs/radio-broadcast/pxt.json
2018-11-29 09:16:51 -08:00

13 lines
285 B
JSON

{
"name": "radio-broadcast",
"description": "Adds new blocks for message communication in the radio category",
"files": [
"pxt.json",
"radio-broadcast.ts"
],
"dependencies": {
"core": "file:../core",
"radio": "file:../radio"
}
}