diff --git a/library.json b/library.json index ffc44ce..ad0375b 100644 --- a/library.json +++ b/library.json @@ -17,9 +17,12 @@ "url": "https://github.com/FortySevenEffects/arduino_midi_library.git", "branch": "master" }, - "downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3.1", - "include": "src", - "examples": "examples/*/*.ino", + "export": { + "include": [ + "src", + "examples" + ] + }, "frameworks": "arduino", "platforms": ["atmelavr", "atmelsam", "teensy"] }