From 33d3f35fc1a44c7d679ea4b2863bcfb4454f6b7b Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Sun, 12 Mar 2017 22:54:09 +1100 Subject: [PATCH 1/2] Remove incorrect exclude --- library.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library.json b/library.json index eff27eb..d8470ad 100644 --- a/library.json +++ b/library.json @@ -15,11 +15,6 @@ "url": "https://github.com/thijse/Arduino-Log/" }, "homepage": "https://github.com/thijse/Arduino-Log/", - "export": { - "exclude": [ - "extras", - ] - }, "frameworks": [ "arduino", ], "platforms": "*", "examples": "examples/*/*.ino" From 7a69284516a80abcbfe69fc0c6ebe3b9ea3b4061 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Sun, 12 Mar 2017 22:57:50 +1100 Subject: [PATCH 2/2] Remove trailing comma --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index d8470ad..e48768d 100644 --- a/library.json +++ b/library.json @@ -15,7 +15,7 @@ "url": "https://github.com/thijse/Arduino-Log/" }, "homepage": "https://github.com/thijse/Arduino-Log/", - "frameworks": [ "arduino", ], + "frameworks": [ "arduino" ], "platforms": "*", "examples": "examples/*/*.ino" }