From a9f33e16dcb112e19755fd77196c1f96a73cee90 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Mon, 19 Oct 2015 16:17:00 +0300 Subject: [PATCH] Updated dependencies --- module.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index c5dd46c..51c90df 100644 --- a/module.json +++ b/module.json @@ -4,7 +4,9 @@ "description": "Nordic stack and drivers for the mbed BLE API.", "keywords": [ "Bluetooth", - "BLE" + "BLE", + "mbed", + "mbed-official" ], "author": "Rohit Grover", "repository": { @@ -19,7 +21,7 @@ } ], "dependencies": { - "ble": "~0.4.7" + "ble": "^1.0.0" }, "extraIncludes": [ "source/btle", @@ -44,4 +46,4 @@ "source/nordic-sdk/components/ble/device_manager/config" ], "targetDependencies": {} -} +} \ No newline at end of file