From e536364887e6a74cb026018b74fe0d0c24147b4a Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Thu, 24 Mar 2016 14:46:59 +0000 Subject: [PATCH] microbit: removed unecessary target dependency --- module.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module.json b/module.json index 86b049a..3a30f5e 100644 --- a/module.json +++ b/module.json @@ -14,6 +14,5 @@ "extraIncludes": [ "inc" ], - "targetDependencies": {}, - "bin": "./source" + "targetDependencies": {} }