diff options
author | Guillermo Ramos | 2025-02-21 23:00:07 +0100 |
---|---|---|
committer | Guillermo Ramos | 2025-03-06 23:26:15 +0100 |
commit | 1f04e6ed44e789908138f2acb448789c3da568b4 (patch) | |
tree | 4a46ea3db013c85b77911599ec2867b491b3ab8b /front/elm.json | |
parent | 21352bf0dd245c747fe265abbd9b6283d7a088bd (diff) | |
download | hiccup-1f04e6ed44e789908138f2acb448789c3da568b4.tar.gz |
URLs
Diffstat (limited to 'front/elm.json')
-rw-r--r-- | front/elm.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/front/elm.json b/front/elm.json index a758c49..4bf1da3 100644 --- a/front/elm.json +++ b/front/elm.json @@ -11,13 +11,13 @@ "elm/html": "1.0.0", "elm/http": "2.0.0", "elm/json": "1.1.3", + "elm/url": "1.0.0", "myrho/elm-round": "1.0.5" }, "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" } }, |