'devices' depends on 'bluetooth'

This commit is contained in:
Peli de Halleux 2016-12-05 09:05:54 -08:00
parent 90f4e895d4
commit bb2e8d0aef

View File

@ -1,6 +1,6 @@
{
"name": "devices",
"description": "The BLE specific services",
"description": "Camera, remote control and other Bluetooth services",
"files": [
"README.md",
"enums.d.ts",
@ -9,16 +9,8 @@
],
"public": true,
"dependencies": {
"core": "file:../core"
},
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 1
}
}
}
"core": "file:../core",
"bluetooth": "file:../bluetooth"
},
"installedVersion": "ljipgq"
}