77ed2ccfb1
* update pxt.json files * Fix button event enums fixes https://github.com/microsoft/pxt-calliope/issues/206 * Fix Safari CSS Rule for iOS app fixes https://github.com/microsoft/pxt-calliope/issues/205 * aprove preffered repos should fix https://github.com/microsoft/pxt-calliope/issues/167
14 lines
412 B
JSON
14 lines
412 B
JSON
{
|
|
"name": "radio-broadcast",
|
|
"description": "Adds new blocks for message communication in the radio category",
|
|
"dependencies": {
|
|
"core": "file:../core",
|
|
"radio": "file:../radio"
|
|
},
|
|
"files": [
|
|
"radio-broadcast.ts"
|
|
],
|
|
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/radio-broadcast",
|
|
"icon": "./static/packages/radio-broadcast/icon.png"
|
|
}
|