feat: improved formatting

This commit is contained in:
Nick 2024-11-16 00:26:41 -06:00
parent 833c6b5d94
commit 68b6a45d6c
3 changed files with 28 additions and 11 deletions

View file

@ -7,6 +7,7 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"dillonkearns/elm-markdown": "7.0.1",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
@ -15,8 +16,11 @@
"mdgriffith/elm-ui": "1.1.8"
},
"indirect": {
"elm/parser": "1.1.0",
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.3"
"elm/virtual-dom": "1.0.3",
"rtfeldman/elm-hex": "1.0.0"
}
},
"test-dependencies": {