From 192009419fe83ea295893c8aea8f2318f4eca10d Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 23 Jan 2018 14:24:46 +0100 Subject: [PATCH] Remove export Should fix some issues with the lib crawler --- library.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/library.json b/library.json index 71784447..4ac13276 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/OttoWinter/esphomelib.git" }, - "version": "0.1.2", + "version": "0.1.3", "authors": [ { "name": "Otto Winter", @@ -48,9 +48,6 @@ "-DCORE_DEBUG_LEVEL=5" ] }, - "export": { - "include": "src" - }, "license": "GPL-3.0", "frameworks": "arduino", "platforms": "espressif32"