File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " purescript-web-pointerevents" ,
3
- "homepage" : " https://github.com/gbagan/purescript-web-pointerevents" ,
4
- "license" : " MIT" ,
3
+ "license" : [
4
+ " MIT"
5
+ ],
5
6
"repository" : {
6
- "type" : " git" ,
7
- "url" : " https://github.com/gbagan/purescript-web-pointerevents.git "
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/gbagan/purescript-web-pointerevents"
8
9
},
9
10
"ignore" : [
10
- " **/.*" ,
11
- " bower_components" ,
12
- " node_modules" ,
13
- " output" ,
14
- " bower.json" ,
15
- " package.json"
11
+ " **/.*" ,
12
+ " node_modules" ,
13
+ " bower_components" ,
14
+ " output"
16
15
],
17
16
"dependencies" : {
18
- "purescript-web-dom" : " ^6.0.0" ,
19
- "purescript-web-uievents" : " ^4.0.0"
17
+ "purescript-effect" : " ^v4.0.0" ,
18
+ "purescript-maybe" : " ^v6.0.0" ,
19
+ "purescript-prelude" : " ^v6.0.0" ,
20
+ "purescript-web-dom" : " ^v6.0.0" ,
21
+ "purescript-web-uievents" : " ^v4.0.0"
20
22
}
21
- }
23
+ }
You can’t perform that action at this time.
0 commit comments