Skip to content

Commit c5c63c0

Browse files
author
thyttan
committed
bigclkinfo: add dependency on backgrounds library
1 parent 6b801fd commit c5c63c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/bigclkinfo/metadata.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
"tags": "clock,clkinfo,clk_info",
1010
"supports" : ["BANGLEJS2"],
1111
"readme": "README.md",
12-
"dependencies" : { "clock_info":"module",
13-
"clkinfoclk":"app" },
12+
"dependencies" : {
13+
"clock_info":"module",
14+
"clkinfoclk":"app",
15+
"clockbg":"module"
16+
},
17+
1418
"storage": [
1519
{"name":"bigclkinfo.app.js","url":"app.js"},
1620
{"name":"bigclkinfo.img","url":"app-icon.js","evaluate":true}

0 commit comments

Comments
 (0)