Skip to content

Commit

Permalink
(simatec) small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Aug 19, 2024
1 parent 48d381d commit e379364
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 103 deletions.
37 changes: 0 additions & 37 deletions .npmignore

This file was deleted.

3 changes: 2 additions & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"plugins": [
"iobroker",
"license"
"license",
"manual-review"
]
}
4 changes: 1 addition & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
"type": "free"
},
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "shuttercontrol.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/simatec/ioBroker.shuttercontrol/master/admin/shuttercontrol.png",
Expand All @@ -156,14 +155,13 @@
"mode": "daemon",
"type": "climate-control",
"compact": true,
"materialize": true,
"connectionType": "local",
"dataSource": "push",
"tier": 2,
"stopBeforeUpdate": true,
"dependencies": [
{
"js-controller": ">=4.0.0"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
Expand Down
Loading

0 comments on commit e379364

Please sign in to comment.