Skip to content

Commit 3abcfb4

Browse files
added dep
1 parent 4b6a7b3 commit 3abcfb4

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

library.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,21 @@
99
"authors": [
1010
{
1111
"name": "Jonathan Meyer",
12-
"email": "jon@stej.com",
13-
"url": "http://stej.com",
12+
"email": "jon@stejsoftware.com",
13+
"url": "http://stejsoftware.com",
1414
"maintainer": true
1515
}
1616
],
17-
"dependencies": {
18-
"name": "Adafruit LED Backpack Library",
19-
"frameworks": "arduino"
20-
},
17+
"dependencies": [
18+
{
19+
"name": "Adafruit LED Backpack Library",
20+
"frameworks": "arduino"
21+
},
22+
{
23+
"name": "Adafruit GFX Library",
24+
"frameworks": "arduino"
25+
}
26+
],
2127
"version": "1.0.1",
2228
"frameworks": "arduino"
2329
}

0 commit comments

Comments
 (0)