Let's use bignums.

This commit is contained in:
sforman 2023-09-02 11:11:42 -07:00
parent 4f27f3305f
commit 10c1d6ccde
1 changed files with 3 additions and 1 deletions

View File

@ -8,10 +8,12 @@
"direct": { "direct": {
"elm/browser": "1.0.2", "elm/browser": "1.0.2",
"elm/core": "1.0.5", "elm/core": "1.0.5",
"elm/html": "1.0.0" "elm/html": "1.0.0",
"harfangk/elm-bignum": "1.0.0"
}, },
"indirect": { "indirect": {
"elm/json": "1.1.3", "elm/json": "1.1.3",
"elm/regex": "1.0.0",
"elm/time": "1.0.0", "elm/time": "1.0.0",
"elm/url": "1.0.0", "elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3" "elm/virtual-dom": "1.0.3"