Skip to content

Commit

Permalink
FIX: Problems from ioBroker check
Browse files Browse the repository at this point in the history
  • Loading branch information
MiRo1310 committed Aug 9, 2024
1 parent f695df7 commit 4f6b52c
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 1,263 deletions.
20 changes: 0 additions & 20 deletions .npmignore

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ function setOnDblClickCustomShop( myvalue) {

### **WORK IN PROGRESS**

- Breaking change: minimal supported node.js version is 16.x
- Js-controller >=5.0.19 is required
- Breaking change: minimal supported node.js version is 18.x

### 0.1.5 (09.01.2023)

Expand Down
23 changes: 6 additions & 17 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,6 @@
"pl": "Dostosowanie identyfikatorów",
"zh-cn": "ID的调整",
"uk": "Коригування ідентифікаторів"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版",
"uk": "початковий випуск"
}
},
"titleLang": {
Expand Down Expand Up @@ -136,9 +123,11 @@
},
"authors": ["MiRo1310 <[email protected]>"],
"keywords": ["Iobroker, Alexa, Shoppinglist, List, Smarthome"],
"license": "MIT",
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "alexa-shoppinglist.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/MiRo1310/ioBroker.alexa-shoppinglist/main/admin/alexa-shoppinglist.png",
Expand All @@ -147,17 +136,17 @@
"messagebox": true,
"mode": "daemon",
"type": "logic",
"tier": 3,
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"supportCustoms": false,
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=2.0.0"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
Expand Down
Loading

0 comments on commit 4f6b52c

Please sign in to comment.