From d189a3f736445fe85852ebd2e5a55ef541defb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Hern=C3=A1ndez=20Vicente?= Date: Mon, 13 Jan 2020 20:59:05 +0100 Subject: [PATCH] fix json syntax --- library.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/library.json b/library.json index 905b69c..b2f4ddf 100644 --- a/library.json +++ b/library.json @@ -1,19 +1,17 @@ { "name": "TFT_eSPI", "version": "1.5.0", - "keywords": "Arduino", "tft, ePaper, display, STM32, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486, ST7789, RM68140", + "keywords": "Arduino, tft, ePaper, display, STM32, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486, ST7789, RM68140", "description": "A TFT and ePaper SPI graphics library with optimisation for ESP8266, ESP32 and STM32", - "repository": - { + "repository": { "type": "git", "url": "https://github.com/Bodmer/TFT_eSPI" }, - "authors": - [ + "authors": [ { - "name": "Bodmer", - "email": "bodmer@anola.net", - "maintainer": true + "name": "Bodmer", + "email": "bodmer@anola.net", + "maintainer": true } ], "frameworks": "arduino",