277d5a721c
* rename "microbit" package to "core" #414 * shouldn't edit the package id. * updating package.json * updated the wrong version * missed updating pxt.json of tests
25 lines
483 B
JSON
25 lines
483 B
JSON
{
|
|
"name": "radio",
|
|
"description": "The radio services",
|
|
"files": [
|
|
"README.md",
|
|
"shims.d.ts",
|
|
"enums.d.ts",
|
|
"radio.cpp",
|
|
"radio.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
},
|
|
"yotta": {
|
|
"config": {
|
|
"microbit-dal": {
|
|
"bluetooth": {
|
|
"enabled": 0
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"installedVersion": "rlfgis"
|
|
} |