Skip to content

Commit

Permalink
fixed some errors in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffel7 committed Aug 15, 2024
1 parent dc7b5cd commit 2e59eb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"name": "enet",
"title": "Jung/Gira eNet",
"titleLang": {
"de": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server"
"de": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server",
"en": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server"
},
"version": "1.2.2",
"news": {
Expand Down Expand Up @@ -40,27 +41,27 @@
"es": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server"
},
"authors": [
"SebastianSchultz <mail@sebastian-schultz.de>"
"SebastianSchultz <mail@sebastian-schultz.de>","Stoffel7 <brudst@yahoo.de>"
],
"main": "main.js",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "enet.png",
"materialize": true,
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/SebastianSchultz/ioBroker.enet/master/admin/enet.png",
"extIcon": "https://raw.githubusercontent.com/Stoffel7/ioBroker.enet/master/admin/enet.png",
"keywords": [
"ioBroker",
"Jung",
"Gira",
"eNet",
"smart home"
"eNet"
],
"readme": "https://github.com/SebastianSchultz/ioBroker.enet/blob/master/README.md",
"readme": "https://github.com/Stoffel7/ioBroker.enet/blob/master/README.md",
"loglevel": "info",
"type": "iot-systems",
"license": "MIT",
"compact": true
"compact": true,
"connectionType": "cloud",
"dataSource": "poll"
},
"native": {
"devicetype": "Server",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.8"
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/testing": "^4.1.0",
"@iobroker/testing": "^4.1.3",
"chai": "^4.1.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
Expand Down

0 comments on commit 2e59eb9

Please sign in to comment.