| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-02-26 18:05:38 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-02-26 18:05:38 +0100 | 
| commit | 64756704edf7e1ae2109cc3fc25fe1d62c629d11 (patch) | |
| tree | defd6bc71f7a6e6c4321d82b73a070f0465f77c2 /src/map-editor | |
| parent | 58563feda3d20ac636714836275d7e2f0dc04519 (diff) | |
...
Diffstat (limited to 'src/map-editor')
| -rw-r--r-- | src/map-editor/elm.json | 2 | ||||
| -rw-r--r-- | src/map-editor/src/Main.elm | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/src/map-editor/elm.json b/src/map-editor/elm.json index 55f961b..ed96a3e 100644 --- a/src/map-editor/elm.json +++ b/src/map-editor/elm.json @@ -6,7 +6,7 @@          "../shared/battle",          "../shared/battle-map"      ], -    "elm-version": "0.19.0", +    "elm-version": "0.19.1",      "dependencies": {          "direct": {              "NoRedInk/elm-json-decode-pipeline": "1.0.0", diff --git a/src/map-editor/src/Main.elm b/src/map-editor/src/Main.elm index bd497ba..761cf4a 100644 --- a/src/map-editor/src/Main.elm +++ b/src/map-editor/src/Main.elm @@ -1,3 +1,5 @@ +module Main exposing (main) +  -- Elm ------------------------------------------------------------------------  import Browser | 


