Skip to content

Commit

Permalink
solve issues detected by repository checker
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Oct 26, 2024
1 parent 015c9c6 commit cf0fa0f
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 45 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 DutchmanNL <[email protected]>
Copyright (c) 2024 DutchmanNL <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ When the adapter crashes or another Code error happens, this error message that
## License
MIT License

Copyright (c) 2023 DutchmanNL <[email protected]>
Copyright (c) 2024 DutchmanNL <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 8 additions & 6 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"uk": "Виправлення: додано відсутність залежності axios"
}
},
"title": "WLED",
"titleLang": {
"en": "WLED",
"de": "WLED",
Expand Down Expand Up @@ -131,9 +130,12 @@
"RGB",
"RGBW"
],
"license": "MIT",
"licenseInformation": {
"license": "MIT",
"link": "https://github.com/DrozmotiX/ioBroker.wled/blob/main/LICENSE",
"type": "free"
},
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "wled.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/DrozmotiX/ioBroker.wled/main/admin/wled.png",
Expand All @@ -144,7 +146,6 @@
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/3"
Expand All @@ -156,9 +157,10 @@
"messagebox": true,
"dependencies": [
{
"js-controller": ">=3.0.0"
"js-controller": ">=5.0.19"
}
]
],
"tier": 3
},
"native": {
"devices": [],
Expand Down
67 changes: 35 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@
"WLED",
"WS2812b",
"RGB",
"RGBW"
"RGBW",
"ioBroker"
],
"repository": {
"type": "git",
"url": "https://github.com/DrozmotiX/ioBroker.wled"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"@iobroker/adapter-core": "^3.2.2",
"@jey-cee/dm-utils": "^0.0.1",
"axios": "^0.28.0",
"bonjour": "^3.5.0",
Expand All @@ -36,9 +40,10 @@
"ws": "^8.7.0"
},
"devDependencies": {
"@alcalzone/release-script": "3.7.0",
"@alcalzone/release-script-plugin-iobroker": "3.7.0",
"@alcalzone/release-script-plugin-license": "3.7.0",
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.0.0",
"@iobroker/testing": "^4.1.3",
"@types/chai": "^4.3.1",
Expand Down

0 comments on commit cf0fa0f

Please sign in to comment.