| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-06-19 18:55:05 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-06-19 18:55:05 +0200 | 
| commit | c2cf27eb8d1570b67594cc802090218b50955ba3 (patch) | |
| tree | e3261ec66904c85e5fd574f05ce7bbb66b0c96ab /src/battlemap/elm-package.json | |
| parent | 14d48ecb01938208ba6acad78bf84f51af69c28c (diff) | |
Starting to work on animations for the timeline...
Diffstat (limited to 'src/battlemap/elm-package.json')
| -rw-r--r-- | src/battlemap/elm-package.json | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/battlemap/elm-package.json b/src/battlemap/elm-package.json index 5f6573f..78130fd 100644 --- a/src/battlemap/elm-package.json +++ b/src/battlemap/elm-package.json @@ -12,7 +12,8 @@          "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-lang/http": "1.0.0 <= v < 2.0.0", +        "mdgriffith/elm-style-animation": "3.5.5 <= v < 4.0.0"      },      "elm-version": "0.18.0 <= v < 0.19.0"  } | 


