| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/map-editor/elm.json')
| -rw-r--r-- | src/map-editor/elm.json | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/src/map-editor/elm.json b/src/map-editor/elm.json index cd41660..55f961b 100644 --- a/src/map-editor/elm.json +++ b/src/map-editor/elm.json @@ -2,7 +2,9 @@      "type": "application",      "source-directories": [          "src", -        "../shared/elm" +        "../shared/elm", +        "../shared/battle", +        "../shared/battle-map"      ],      "elm-version": "0.19.0",      "dependencies": { @@ -26,4 +28,4 @@          "direct": {},          "indirect": {}      } -}
\ No newline at end of file +} | 


