| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-06-19 21:01:59 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-06-19 21:01:59 +0200 | 
| commit | f0680b8d9f55bc0ac330377eca6c1d65b1a71bdf (patch) | |
| tree | ef1f396e43492f8795ba002f9a08a381cc48403b /src/battlemap/elm-package.json | |
| parent | c2cf27eb8d1570b67594cc802090218b50955ba3 (diff) | |
Removes mdgriffith/elm-style-animation
I can afford to have my animations done through pure CSS, which is
likely preferable for the browser.
I'll try using andrewMacmurray/elm-delay next.
Diffstat (limited to 'src/battlemap/elm-package.json')
| -rw-r--r-- | src/battlemap/elm-package.json | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/battlemap/elm-package.json b/src/battlemap/elm-package.json index 78130fd..5f6573f 100644 --- a/src/battlemap/elm-package.json +++ b/src/battlemap/elm-package.json @@ -12,8 +12,7 @@          "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", -        "mdgriffith/elm-style-animation": "3.5.5 <= v < 4.0.0" +        "elm-lang/http": "1.0.0 <= v < 2.0.0"      },      "elm-version": "0.18.0 <= v < 0.19.0"  } | 


