about summary refs log tree commit diff
path: root/frontend/elm-package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/elm-package.json')
-rw-r--r--frontend/elm-package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/elm-package.json b/frontend/elm-package.json
index e0c71aadfd..2ae541ae0b 100644
--- a/frontend/elm-package.json
+++ b/frontend/elm-package.json
@@ -10,7 +10,8 @@
     "dependencies": {
         "elm-lang/core": "5.1.1 <= v < 6.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",
+        "debois/elm-mdl": "8.1.0 <= v < 9.0.0"
     },
     "elm-version": "0.18.0 <= v < 0.19.0"
 }