From 6fc400714a853dedb7b6c37fb75e87be62c262bb Mon Sep 17 00:00:00 2001 From: James Devine Date: Fri, 31 Jul 2015 18:53:24 +0100 Subject: [PATCH] module.json: ammended to point to master Previously module.json was not pointing to master, so it did not fetch latest changes. --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index b27a16b..7198c57 100644 --- a/module.json +++ b/module.json @@ -10,9 +10,9 @@ ], "dependencies": { "mbed-classic": "~0.0.4", - "ble": "jamesadevine/BLE_API", - "ble-nrf51822": "jamesadevine/nrf51822", - "microbit-dal":"jamesadevine/microbit-dal" + "ble": "jamesadevine/BLE_API#master", + "ble-nrf51822": "jamesadevine/nrf51822#master", + "microbit-dal":"jamesadevine/microbit-dal#master" }, "targetDependencies": {}, "bin": "./source"