From 5d8e34ce5fa6240e46ee64b2e7f4b398e3f32909 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 10 Jul 2023 02:20:46 +0200 Subject: [PATCH 1/2] chore: mark v11 compatibility --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 394a08b..2024b43 100644 --- a/module.json +++ b/module.json @@ -32,7 +32,7 @@ }, "compatibility": { "minimum": "10.290", - "verified": "10" + "verified": "11" }, "esmodules": [ "tickwerk.js" -- 2.45.2 From 3d00caa31f54d72859b0fd90e3ee7ec880aa1307 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 10 Jul 2023 02:21:57 +0200 Subject: [PATCH 2/2] chore: use correct styles path for hot reload --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 2024b43..d0f08d4 100644 --- a/module.json +++ b/module.json @@ -25,7 +25,7 @@ ], "paths": [ "templates", - "css", + "styles", "lang" ] } -- 2.45.2