From d7dbb76510d30cb2bae4aaef34293bc3d85702d2 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Mon, 17 Sep 2018 09:22:22 +0200 Subject: [PATCH] Removed extra comma on line 13 Thanks to @gordoste for reporting! --- library.json | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/library.json b/library.json index be03427..b84818b 100644 --- a/library.json +++ b/library.json @@ -1,30 +1,28 @@ { "name": "JeVe_EasyOTA", "authors": [ - { - "name": "Jeroen Vermeulen", - "email": "info@jeve.eu", - "url": "https://www.jeroenvermeulen.eu/" - }, - { - "name": "Andrius Mikonis", - "email": "andrius.mikonis@gmail.com", - "url": "" - }, - ], + { + "name": "Jeroen Vermeulen", + "email": "info@jeve.eu", + "url": "https://www.jeroenvermeulen.eu/" + }, + { + "name": "Andrius Mikonis", + "email": "andrius.mikonis@gmail.com", + "url": "" + } + ], "keywords": "OTA, Over The Air Updates, ArduinoOTA", "description": "Library which makes it easy to add support for Over-The-Air (OTA) updates to your project. Works with ESP8266 and ESP32.", - "repository": - { + "repository": { "type": "git", "url": "https://github.com/jeroenvermeulen/JeVe_EasyOTA.git" }, "frameworks": "arduino", - "platforms": - [ + "platforms": [ "esp8266", "esp32", - "espressif32", + "espressif32", "espressif8266" ] }