From c893f3d397c94c1b922609b00f8d949a32f44338 Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Sun, 17 Jan 2016 13:30:09 +0000 Subject: [PATCH] microbit: Corrected module dependencies Since microbit-dal version 1.4.7, dependencies are now listed with the microbit-dal module.json. This enables consistent versioning of sub dependencies. --- module.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/module.json b/module.json index 0a80ee4..c1ba35c 100644 --- a/module.json +++ b/module.json @@ -10,10 +10,7 @@ ], "dependencies": { "mbed-classic": "~0.0.4", - "ble": "lancaster-university/BLE_API", - "ble-nrf51822": "lancaster-university/nrf51822", - "microbit-dal":"lancaster-university/microbit-dal", - "nrf51-sdk":"lancaster-university/nrf51-sdk" + "microbit-dal":"lancaster-university/microbit-dal" }, "targetDependencies": {}, "bin": "./source"