diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20bdb40..619e884 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,6 @@ jobs: run: | cd samples/todoapp haxelib newrepo - haxelib dev react ../.. - haxelib install msignal + haxelib dev react-next ../.. + haxelib install --skip-dependencies --always install.hxml haxe build.hxml diff --git a/samples/docs/install.hxml b/samples/docs/install.hxml index 36f2c4f..e0e4baa 100644 --- a/samples/docs/install.hxml +++ b/samples/docs/install.hxml @@ -1,5 +1,4 @@ -lib HtmlParser:3.3.2 --lib event-types:0.8.0 -lib js-object:0.0.7 -lib datetime:3.1.4 -lib html-entities:1.0.0 diff --git a/samples/todoapp/bin/index.html b/samples/todoapp/bin/index.html index 034ebd1..6060a7d 100644 --- a/samples/todoapp/bin/index.html +++ b/samples/todoapp/bin/index.html @@ -2,18 +2,12 @@