Skip to content

Commit

Permalink
Update package.json - require node 16 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Sep 11, 2023
1 parent 882a97f commit c818a8e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"web interface",
"habpanel"
],
"engines": {
"node": ">=16"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.8",
"bower": "^1.8.14"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
Expand Down Expand Up @@ -68,10 +75,6 @@
"safe-eval": "^0.4.1",
"node-sass": "^7.0.3"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.8",
"bower": "^1.8.14"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.habpanel/issues"
},
Expand Down

0 comments on commit c818a8e

Please sign in to comment.