diff options
author | Guillermo Ramos | 2025-02-16 19:09:34 +0100 |
---|---|---|
committer | Guillermo Ramos | 2025-02-16 19:50:26 +0100 |
commit | 91588159234f7fe357a3fd0887367364a71e0df9 (patch) | |
tree | 4763ee048cf9441210a1c19b7a9c78f75844103e /front/elm.json | |
parent | e006f43619f8763750baf98f14ffa095f19f2b2b (diff) | |
download | hiccup-91588159234f7fe357a3fd0887367364a71e0df9.tar.gz |
Elm round values
Diffstat (limited to 'front/elm.json')
-rw-r--r-- | front/elm.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/front/elm.json b/front/elm.json index 785c5be..a758c49 100644 --- a/front/elm.json +++ b/front/elm.json @@ -10,7 +10,8 @@ "elm/core": "1.0.5", "elm/html": "1.0.0", "elm/http": "2.0.0", - "elm/json": "1.1.3" + "elm/json": "1.1.3", + "myrho/elm-round": "1.0.5" }, "indirect": { "elm/bytes": "1.0.8", |