diff --git a/mbed_lib.json b/mbed_lib.json new file mode 100644 index 0000000000..7859ff4a42 --- /dev/null +++ b/mbed_lib.json @@ -0,0 +1,3 @@ +{ + "name": "mbed-client-randlib" +} diff --git a/module.json b/module.json deleted file mode 100644 index 863baaa504..0000000000 --- a/module.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "nanostack-randlib", - "version": "1.2.0", - "description": "Pseudo random library used by mbed-client and 6LoWPAN stack.", - "keywords": [], - "homepage": "https://github.com/ARMmbed/mbed-client-randlib", - "license": "Apache-2.0", - "extraIncludes": [ - "mbed-client-randlib" - ], - "dependencies": {}, - "targetDependencies": {} -}