From 90d420624d122a19c3dcab792050d16a4a409961 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 24 Oct 2014 22:51:53 +0300 Subject: [PATCH 1/2] Fix JSON syntax --- library.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 13a5ecb..d3de3ee 100644 --- a/library.json +++ b/library.json @@ -7,10 +7,10 @@ "authors": [ { - "name": "Michael Margolis", + "name": "Michael Margolis" }, { - "name": "Paul Stoffregen", + "name": "Paul Stoffregen" } ] "repository": @@ -18,4 +18,5 @@ "name": "git", "url": "https://github.com/PaulStoffregen/Time" } +} From 2d9c1cbbc89e4f5fe5df70e1fd9b447411d18333 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 24 Oct 2014 22:55:11 +0300 Subject: [PATCH 2/2] Fix JSON syntax 2 --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index d3de3ee..b6839fe 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ { "name": "Paul Stoffregen" } -] +], "repository": { "name": "git",