mirror of
https://github.com/correl/elm-paginated.git
synced 2024-11-23 19:19:52 +00:00
Remove unused dependencies
This commit is contained in:
parent
1770fa9161
commit
41865496a3
1 changed files with 1 additions and 2 deletions
1
elm.json
1
elm.json
|
@ -13,7 +13,6 @@
|
||||||
"elm/http": "1.0.0 <= v < 2.0.0",
|
"elm/http": "1.0.0 <= v < 2.0.0",
|
||||||
"elm/json": "1.0.0 <= v < 2.0.0",
|
"elm/json": "1.0.0 <= v < 2.0.0",
|
||||||
"elm/regex": "1.0.0 <= v < 2.0.0",
|
"elm/regex": "1.0.0 <= v < 2.0.0",
|
||||||
"elm/time": "1.0.0 <= v < 2.0.0",
|
|
||||||
"elm-community/maybe-extra": "5.0.0 <= v < 6.0.0"
|
"elm-community/maybe-extra": "5.0.0 <= v < 6.0.0"
|
||||||
},
|
},
|
||||||
"test-dependencies": {}
|
"test-dependencies": {}
|
||||||
|
|
Loading…
Reference in a new issue