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
13 lines
204 B
JSON
13 lines
204 B
JSON
{
|
|
"name": "{0} bit",
|
|
"description": "",
|
|
"dependencies": {
|
|
"core": "file:../core",
|
|
"radio": "file:../radio"
|
|
},
|
|
"files": [
|
|
"main.ts",
|
|
"README.md"
|
|
]
|
|
}
|