Fixes
parent
f16bf3d351
commit
5bb07d2210
|
|
@ -6,9 +6,6 @@ module.exports = {
|
|||
// TODO: "banglejs": false
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"plugins": [
|
||||
|
||||
],
|
||||
"globals": {
|
||||
// Methods and Fields at https://banglejs.com/reference
|
||||
"Array": "readonly",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "cards",
|
||||
"name": "Cards",
|
||||
"version": "0.03",
|
||||
"version": "0.04",
|
||||
"description": "Display loyalty cards",
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"screenshot_cards_overview.png"}, {"url":"screenshot_cards_card1.png"}, {"url":"screenshot_cards_card2.png"}, {"url":"screenshot_cards_barcode.png"}, {"url":"screenshot_cards_qrcode.png"}],
|
||||
|
|
|
|||
Loading…
Reference in New Issue