mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 04:58:49 +03:00
removing heroicons dependency
This commit is contained in:
parent
8f624b5e2b
commit
9c6ce170e3
3
elm.json
3
elm.json
@ -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",
|
||||
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user