removing heroicons dependency

This commit is contained in:
Lucas Payr 2020-09-20 20:44:59 +02:00
parent 8f624b5e2b
commit 9c6ce170e3
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "Orasund/elm-ui-widgets",
"summary": "Collection of reusable views for elm-ui.",
"license": "BSD-3-Clause",
"version": "2.1.0",
"version": "2.1.1",
"exposed-modules": [
"Widget",
"Widget.Style",
@ -23,7 +23,6 @@
"elm/svg": "1.0.1 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm-community/intdict": "3.0.0 <= v < 4.0.0",
"jasonliang512/elm-heroicons": "1.0.2 <= v < 2.0.0",
"mdgriffith/elm-ui": "1.1.6 <= v < 2.0.0",
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
"turboMaCk/queue": "1.0.2 <= v < 2.0.0",

View File

@ -16,7 +16,7 @@
"elm/time": "1.0.0",
"elm-community/intdict": "3.0.0",
"feathericons/elm-feather": "1.4.0",
"jasonliang512/elm-heroicons": "1.0.2",
"jasonliang-dev/elm-heroicons": "1.0.2",
"mdgriffith/elm-ui": "1.1.6",
"noahzgordon/elm-color-extra": "1.0.2",
"ryannhg/elm-spa": "4.1.0",
@ -37,4 +37,4 @@
"direct": {},
"indirect": {}
}
}
}