1
0
Fork 0

Merge branch 'espruino:master' into master

master
deirdreobyrne 2024-04-02 12:50:05 +01:00 committed by GitHub
commit f71fc914f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"name": "Image background clock",
"shortName": "Image Clock",
"version": "0.11",
"description": "A clock with an image as a background",
"description": "A clock with an image as a background. **Note:** this clock shows seconds, so has higher than average power consumption.",
"icon": "app.png",
"type": "clock",
"tags": "clock",

View File

@ -1469,5 +1469,11 @@ module.exports = {
"no-unused-vars",
"no-cond-assign"
]
},
"kineticscroll/boot.min.js": {
"hash": "a5106fa601cdbd2179e32265a8b77e2df62ba44ca0f4b94ce1e594c95a47e20d",
"rules": [
"no-cond-assign"
]
}
};