Fix version of nri-elm-css

Version 5.0.1 which has just been published widens the acceptable
versions of elm-css to 13, which Elm then promptly wants to pull in.
The problem is we're not compatible with that version.
This commit is contained in:
Jasper Woudenberg 2018-01-10 21:42:35 +01:00
parent 2a5b797051
commit 1cc6e2fe25

View File

@ -21,7 +21,7 @@
"Nri.TextInput"
],
"dependencies": {
"NoRedInk/nri-elm-css": "5.0.0 <= v < 6.0.0",
"NoRedInk/nri-elm-css": "5.0.0 <= v <= 5.0.0",
"NoRedInk/view-extra": "2.0.0 <= v < 3.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",