File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0 .0" ,
2
+ "version" : " 1.1 .0" ,
3
3
"summary" : " CSS Preprocessor for Elm" ,
4
4
"repository" : " https://github.com/rtfeldman/elm-css.git" ,
5
5
"license" : " BSD-3-Clause" ,
10
10
" Css" ,
11
11
" Css.Elements" ,
12
12
" Css.File" ,
13
- " Css.Namespace" ,
14
13
" Html.CssHelpers"
15
14
],
16
15
"dependencies" : {
17
- "elm-lang/core" : " 2.0.0 <= v < 4.0.0"
16
+ "elm-lang/core" : " 2.0.0 <= v < 4.0.0" ,
17
+ "evancz/elm-html" : " 4.0.2 <= v < 5.0.0"
18
18
},
19
19
"elm-version" : " 0.15.0 <= v < 0.17.0"
20
- }
20
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ module Html.CssHelpers (namespace) where
4
4
5
5
@docs namespace
6
6
-}
7
-
8
7
import Css.Helpers exposing (toCssIdentifier , identifierToString )
9
8
import Html exposing (Attribute )
10
9
import Html.Attributes as Attr
Original file line number Diff line number Diff line change 14
14
"NoRedInk/elm-shrink" : " 1.0.0 <= v < 2.0.0" ,
15
15
"deadfoxygrandpa/elm-test" : " 3.0.1 <= v < 4.0.0" ,
16
16
"elm-lang/core" : " 2.1.0 <= v < 3.0.0" ,
17
- "laszlopandy/elm-console" : " 1.0.3 <= v < 2.0.0"
17
+ "laszlopandy/elm-console" : " 1.0.3 <= v < 2.0.0" ,
18
+ "evancz/elm-html" : " 4.0.2 <= v < 5.0.0"
18
19
},
19
20
"elm-version" : " 0.16.0 <= v < 0.17.0"
20
21
}
You can’t perform that action at this time.
0 commit comments