diff --git a/library.json b/library.json index f575db8..a27962e 100644 --- a/library.json +++ b/library.json @@ -18,14 +18,10 @@ "maintainer": true }, "dependencies": - [ - { - "name": "adafruit/Adafruit GFX Library" - }, - { - "name": "adafruit/Adafruit BusIO" - } - ], + { + "adafruit/Adafruit GFX Library": "*", + "adafruit/Adafruit BusIO": "*" + } "examples": [ { "name": "Print Demo",