Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed May 25, 2024
1 parent 61f6608 commit 40dba27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ tmp
admin/i18n/*/flat.txt
admin/i18n/flat.txt
iob_npm.done
package-lock.json
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ States:
## Changelog

### __WORK IN PROGRESS__
* Important: Node.js 18.x and js-controller 5.0.19+ is needed at minimum
* (mattreim) upgraded states for Tasmota 13.4.0.3 20240402
* (mattreim) enhanced some log messages
* (mattreim) Added PWM Items
Expand Down
7 changes: 5 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@
"authors": [
"bluefox <[email protected]>"
],
"license": "MIT",
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"compact": true,
Expand All @@ -150,7 +153,7 @@
"type": "lighting",
"dependencies": [
{
"js-controller": ">=2.0.0"
"js-controller": ">=5.0.19"
}
],
"plugins": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"translate": "translate-adapter"
},
"engines": {
"node": ">=4.0.0"
"node": ">=18.0.0"
},
"license": "MIT"
}

0 comments on commit 40dba27

Please sign in to comment.