Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kravets <me@ikravets.com>2019-01-21 20:13:35 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2019-01-21 20:49:03 +0300
commitcb2ec1f45845d61d6c47faae83d2dde1120a2216 (patch)
tree838fe3099b758d74ac61dee56539aeb7a6e4a9a1 /library.json
parent45978e92d05d8997e9512ce13288d19aeccba2e8 (diff)
Fix duplicated "build" field
Diffstat (limited to 'library.json')
-rw-r--r--library.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/library.json b/library.json
index c533e735..f947f67a 100644
--- a/library.json
+++ b/library.json
@@ -22,10 +22,7 @@
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
- "platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32",
- "build": {
- "libArchive": false
- },
+ "platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32",
"export": {
"exclude": [
"docs",
@@ -37,6 +34,7 @@
"+<*.c>",
"+<*.cpp>",
"+<*.h>"
- ]
+ ],
+ "libArchive": false
}
}