Skip to content

Commit

Permalink
Dropped materialize instance config
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Jul 22, 2024
1 parent fc797a1 commit 1a13023
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 182 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down
76 changes: 0 additions & 76 deletions admin/index.html

This file was deleted.

101 changes: 0 additions & 101 deletions admin/index_m.html

This file was deleted.

1 change: 0 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
"mode": "daemon",
"icon": "fhem.png",
"enabled": true,
"materialize": true,
"compact": true,
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.fhem/master/admin/fhem.png",
"keywords": [
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"translate": "translate-adapter",
"build": "build-adapter"
"build": "build-adapter",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.fhem/issues"
Expand Down

0 comments on commit 1a13023

Please sign in to comment.