From c81ddb19f046e9c5f3e945afa3faa2333c307ebb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 24 Oct 2014 23:55:05 +0300 Subject: [PATCH] Fix JSON syntax --- library.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 958b711..7c32272 100644 --- a/library.json +++ b/library.json @@ -6,11 +6,11 @@ "url": "http://playground.arduino.cc/Code/Time", "authors": { - "name": "Michael Margolis", -} + "name": "Michael Margolis" +}, "repository": { - "name": "git", + "type": "git", "url": "https://github.com/PaulStoffregen/TimeAlarms" } }