Skip to content

Commit

Permalink
package: fix missing common keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Priebe committed Nov 1, 2024
1 parent 884eb0e commit 19e0d78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"common": {
"name": "signifylights",
"version": "0.3.1",
"tier": 3,
"news": {
"0.3.1": {
"en": "fix scenes for ESP03_SHTWP_31, ESP24_SHRGBW_01, ESP06_SHTW1_01\nretry to release v0.3.1",
Expand Down Expand Up @@ -118,9 +119,8 @@
"signify",
"lights"
],
"license": "MIT",
"licenseInformation": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "signifylights.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/disaster123/ioBroker.signifylights/main/admin/signifylights.png",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/adapter-react": "2.2.4",
"@iobroker/adapter-react": "^2.2.4",
"@iobroker/testing": "^4.1.3",
"@material-ui/core": "^4.12.4",
"@tsconfig/node14": "^14.1.2",
Expand Down

0 comments on commit 19e0d78

Please sign in to comment.