aboutsummaryrefslogtreecommitdiff
path: root/picarones-elm/elm.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--picarones-elm/elm.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/picarones-elm/elm.json b/picarones-elm/elm.json
index 2d0d191..b8f1ad7 100644
--- a/picarones-elm/elm.json
+++ b/picarones-elm/elm.json
@@ -9,11 +9,11 @@
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
- "elm/json": "1.1.3"
+ "elm/json": "1.1.3",
+ "elm/url": "1.0.0"
},
"indirect": {
"elm/time": "1.0.0",
- "elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},