File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
"keywords" : [
10
10
" CSS"
11
11
],
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " https://github.com/danieljharvey/purescript-react-stylesheet.git"
15
+ },
12
16
"homepage" : " https://github.com/danieljharvey/purescript-react-stylesheet" ,
13
17
"ignore" : [
14
18
" **/.*" ,
22
26
"purescript-console" : " ^4.2.0" ,
23
27
"purescript-react" : " ^7.0.1" ,
24
28
"purescript-cssom" : " ^0.0.2" ,
25
- "purescript-stylesheet" : " ^0.0.1 " ,
29
+ "purescript-stylesheet" : " ^0.0.2 " ,
26
30
"purescript-arrays" : " ^5.3.0" ,
27
31
"purescript-unordered-collections" : " purescript-unordered-containers#^1.8.2"
28
32
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ let additions =
28
28
, " cssom"
29
29
]
30
30
" https://github.com/danieljharvey/purescript-stylesheet.git"
31
- " v0.0.1 "
31
+ " v0.0.2 "
32
32
}
33
33
34
34
You can’t perform that action at this time.
0 commit comments