summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/map-editor')
-rw-r--r--src/map-editor/elm.json2
-rw-r--r--src/map-editor/src/Main.elm2
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