diff --git a/.gitignore b/.gitignore index b8ce223..c9cbf71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ elm-stuff app.js +node_modules diff --git a/elm.json b/elm.json index 057380b..5970131 100644 --- a/elm.json +++ b/elm.json @@ -12,13 +12,13 @@ "elm/html": "1.0.0", "elm/http": "2.0.0", "elm/json": "1.1.3", - "elm/random": "1.0.0" + "elm/random": "1.0.0", + "elm/url": "1.0.0" }, "indirect": { "elm/bytes": "1.0.8", "elm/file": "1.0.5", "elm/time": "1.0.0", - "elm/url": "1.0.0", "elm/virtual-dom": "1.0.3" } }, diff --git a/index.html b/index.html index 1cf067a..042eae6 100644 --- a/index.html +++ b/index.html @@ -39,10 +39,11 @@
- +