From 6cfd87066064938765e8e0a485288674cf3edecf Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 24 Oct 2014 23:04:14 +0300 Subject: [PATCH] Correct repository type field I've just fixed in main docs this mistake (commit fa6ff40a1af8a28be2d56c96ad0def9e2) --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index b6839fe..071e74c 100644 --- a/library.json +++ b/library.json @@ -15,7 +15,7 @@ ], "repository": { - "name": "git", + "type": "git", "url": "https://github.com/PaulStoffregen/Time" } }