diff --git a/examples/todomvc/.gitignore b/examples/todomvc/.gitignore index 6dfa488e..caf09561 100644 --- a/examples/todomvc/.gitignore +++ b/examples/todomvc/.gitignore @@ -1,3 +1,6 @@ target/ -todomvc.js +dist/ +_site/ + +todomvc* *.swp diff --git a/examples/todomvc/Cargo.toml b/examples/todomvc/Cargo.toml index 5ae330d1..56e07815 100644 --- a/examples/todomvc/Cargo.toml +++ b/examples/todomvc/Cargo.toml @@ -13,10 +13,10 @@ askama = "0.7.2" js-sys = "0.3.5" wasm-bindgen = "0.2.28" askama = "0.7.2" -console_error_panic_hook = "0.1" +console_error_panic_hook = "0.1.5" [dependencies.web-sys] -version = "0.3.4" +version = "0.3.5" features = [ 'console', 'CssStyleDeclaration', diff --git a/examples/todomvc/index.html b/examples/todomvc/index.html index 36082a2a..a5ac7ca1 100644 --- a/examples/todomvc/index.html +++ b/examples/todomvc/index.html @@ -37,7 +37,6 @@
Written by Jonathan Kingston
Part of TodoMVC
-