From dfd5461fd9ff58ea722f77446fa0d87ba86a44d2 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 6 Apr 2022 16:37:26 +0100 Subject: [PATCH] https://github.com/espruino/BangleApps/pull/1661#issuecomment-1090413428 --- apps/smpltmr/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/smpltmr/metadata.json b/apps/smpltmr/metadata.json index 5adf00921..06bad962d 100644 --- a/apps/smpltmr/metadata.json +++ b/apps/smpltmr/metadata.json @@ -6,7 +6,7 @@ "description": "A very simple app to start a timer.", "icon": "app.png", "tags": "tool", - "dependencies": {"sched":"type"}, + "dependencies": {"scheduler":"type"}, "supports": ["BANGLEJS2"], "screenshots": [{"url":"screenshot.png"}, {"url": "screenshot_2.png"}], "readme": "README.md",