Skip to content

Commit

Permalink
Changes adapter checker
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudes committed Nov 11, 2024
1 parent 6a93186 commit fb145c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 33 deletions.
30 changes: 0 additions & 30 deletions .npmignore

This file was deleted.

7 changes: 4 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
"license": "MIT"
},
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "slideshow.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/gaudes/ioBroker.slideshow/main/admin/slideshow.png",
Expand All @@ -177,11 +176,13 @@
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"adminUI": {
"config": "materialize"
},
"tier": 3,
"dependencies": [
{
"js-controller": ">=3.0.0"
"js-controller": ">=5.0.19"
},
"vis"
],
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@
"typescript": "~5.6.3"
},
"main": "build/main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"build/",
"www/",
"io-package.json",
"LICENSE"
],
"scripts": {
"prebuild": "rimraf build",
"build": "build-adapter ts",
Expand Down

0 comments on commit fb145c1

Please sign in to comment.