Merge pull request #2770 from kamilkrz/fix/pebbleapp-fix-dependencies

Add clockinfo dependency to pebblepp app
pull/2756/head
Gordon Williams 2023-05-22 08:48:38 +01:00 committed by GitHub
commit 106b873418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"type": "clock",
"tags": "clock,clkinfo",
"supports": ["BANGLEJS2"],
"dependencies" : { "clock_info":"module" },
"allow_emulator": true,
"storage": [
{"name":"pebblepp.app.js","url":"app.js"},