diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore index fdd7a05..f2c409f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ repl-temp-* leaderboard.js leaderboard.min.js -leaderboard.opt.js \ No newline at end of file +leaderboard.opt.js + +node_modules/ diff --git a/elm.json b/elm.json index cf061ea..d8bc8f9 100644 --- a/elm.json +++ b/elm.json @@ -3,17 +3,17 @@ "source-directories": [ "src" ], - "elm-version": "0.19.0", + "elm-version": "0.19.1", "dependencies": { "direct": { - "NoRedInk/elm-json-decode-pipeline": "1.0.0", - "elm/browser": "1.0.1", - "elm/core": "1.0.2", + "NoRedInk/elm-json-decode-pipeline": "1.0.1", + "elm/browser": "1.0.2", + "elm/core": "1.0.5", "elm/html": "1.0.0", "elm/http": "2.0.0", "elm/json": "1.1.3", "elm/time": "1.0.0", - "justinmimbs/date": "3.2.0", + "justinmimbs/date": "4.0.1", "rundis/elm-bootstrap": "5.2.0" }, "indirect": { @@ -23,7 +23,7 @@ "elm/parser": "1.1.0", "elm/regex": "1.0.0", "elm/url": "1.0.0", - "elm/virtual-dom": "1.0.2" + "elm/virtual-dom": "1.0.3" } }, "test-dependencies": { diff --git a/index.html b/index.html index 684f84d..71f048b 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,9235 @@ - + -
- - + + +