summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-11 17:56:00 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-11 17:56:00 +0200 |
commit | 93b51e71e7009a286b6cf168bb59bcea1c83bd89 (patch) | |
tree | fb64151e76c1602e130ffb828f2d480a1a5b444f /src/battlemap/elm-package.json | |
parent | f974d5b263140d8564d7e36ed8cfd0eac1734e2c (diff) |
"Battlemap" -> "Battle".
Diffstat (limited to 'src/battlemap/elm-package.json')
-rw-r--r-- | src/battlemap/elm-package.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/battlemap/elm-package.json b/src/battlemap/elm-package.json deleted file mode 100644 index 43957bf..0000000 --- a/src/battlemap/elm-package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "version": "1.0.0", - "summary": "helpful summary of your project, less than 80 characters", - "repository": "https://github.com/nsensfel/tacticians-client.git", - "license": "Apache 2.0", - "source-directories": [ - "src" - ], - "exposed-modules": [], - "dependencies": { - "NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0", - "andrewMacmurray/elm-delay": "2.0.3 <= v < 3.0.0", - "elm-lang/core": "5.1.1 <= v < 6.0.0", - "elm-lang/dom": "1.1.1 <= v < 2.0.0", - "elm-lang/html": "2.0.0 <= v < 3.0.0", - "elm-lang/http": "1.0.0 <= v < 2.0.0" - }, - "elm-version": "0.18.0 <= v < 0.19.0" -} |