From 6360eb2b37502538ebde4e58e6ccb840b0a5f463 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Mon, 2 Oct 2017 15:44:18 -0400 Subject: [PATCH] modify library.json to conform to documentation Put the exclude field under the export object. --- library.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 7dd6202..dc70614 100644 --- a/library.json +++ b/library.json @@ -8,7 +8,10 @@ "url": "https://github.com/MLXXXp/Arduboy2.git" }, "version": "4.1.0", - "exclude": "extras", + "export": + { + "exclude": "extras" + }, "frameworks": "arduino", "platforms": "atmelavr" }