pxt-calliope/libs/devices/pxt.json
Sam El-Husseini 277d5a721c rename "microbit" package to "core" #414 (#270)
* 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
2016-10-10 16:21:50 -07:00

25 lines
475 B
JSON

{
"name": "devices",
"description": "The BLE specific services",
"files": [
"README.md",
"enums.d.ts",
"shims.d.ts",
"devices.cpp"
],
"public": true,
"dependencies": {
"core": "file:../core"
},
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 1
}
}
}
},
"installedVersion": "ljipgq"
}