From 96cdd3366229e99dbcff23aa6cae7608ea00b50a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 29 Sep 2014 23:11:15 +0300 Subject: [PATCH] Fix comma --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 0c503f0..a3b6065 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ { "type": "git", "url": "https://github.com/FortySevenEffects/arduino_midi_library.git" - } + }, "include": "src", "examples": "res/Examples/*/*.ino" }