From e7ef4b3a5adb43d1998848b01b1ffd1c98859707 Mon Sep 17 00:00:00 2001 From: Ralf Gaudes Date: Mon, 18 Nov 2024 21:24:56 +0100 Subject: [PATCH] Update package.json for VIS --- README.md | 3 +++ package.json | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 684f24b..f526608 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,9 @@ Yes, but not directly through the adapter. ioBroker now supports a large number Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> +### __WORK IN PROGRESS__ +* (Gaudes) Update in package.json for VIS + ### 0.2.0 (2024-11-13) * (Gaudes) Include support for Synology DSM 7 * (Gaudes) Add controls for start/stop diff --git a/package.json b/package.json index e159cf1..4060d11 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,8 @@ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "build/", + "widgets/**/!(tsconfig|tsconfig.*|.eslintrc).json", + "widgets/**/*.{html,css,png,svg,jpg,js}", "www/", "io-package.json", "LICENSE"