diff --git a/.yotta_ignore b/.yotta_ignore deleted file mode 100644 index ab97c1af026..00000000000 --- a/.yotta_ignore +++ /dev/null @@ -1,4 +0,0 @@ -unittest/* -test/* -doxygen/* - diff --git a/module.json b/module.json deleted file mode 100644 index 06a5aa0e151..00000000000 --- a/module.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "coap-service", - "version": "4.0.3", - "description": "CoAP Service library", - "keywords": [ - "coap", - "service" - ], - "repository": { - "url": "git@github.com:ARMmbed/coap-service.git", - "type": "git" - }, - "homepage": "https://github.com/ARMmbed/coap-service", - "license": "Apache-2.0", - "extraIncludes": [ - "coap-service", - "nanostack-event-loop", - "source/include" - ], - "dependencies": { - "nanostack-libservice": "^3.0.0", - "mbed-client-c": "^3.0.0", - "sal-stack-nanostack": "^5.0.0", - "mbedtls": "^2.0.0" - }, - "targetDependencies": {} -}