From fe902703f0cdd9452e6c8f3f9e099c48dde411f0 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 7 Feb 2019 20:14:53 -0800 Subject: [PATCH] fix: library config examples' paths (#57) --- library.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index aea38b50..e4d515fc 100644 --- a/library.json +++ b/library.json @@ -39,9 +39,8 @@ ] }, "examples": [ - "[Ee]xamples/arduino/*/*.ino", - "[Ee]xamples/platformio_example/*/*.ino", - "[Ee]xamples/platformio_example/*/*.cpp", - "[Ee]xamples/platformio_example/*/*.c" + "[Ee]xamples/*/*/*.ino", + "[Ee]xamples/*/*/*.cpp", + "[Ee]xamples/*/*/*.c" ] }