File tree 1 file changed +19
-17
lines changed
1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " purescript-react-basic" ,
3
- "license" : " Apache-2.0" ,
4
- "ignore" : [
5
- " **/.*" ,
6
- " node_modules" ,
7
- " bower_components" ,
8
- " output"
9
- ],
10
- "repository" : {
11
- "type" : " git" ,
12
- "url" : " https://github.com/lumihq/purescript-react-basic.git"
13
- },
14
- "dependencies" : {
15
- "purescript-effect" : " ^3.0.0" ,
16
- "purescript-record" : " ^3.0.0" ,
17
- "purescript-prelude" : " ^5.0.0"
18
- }
2
+ "name" : " purescript-react-basic" ,
3
+ "license" : [
4
+ " Apache-2.0"
5
+ ],
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/lumihq/purescript-react-basic"
9
+ },
10
+ "ignore" : [
11
+ " **/.*" ,
12
+ " node_modules" ,
13
+ " bower_components" ,
14
+ " output"
15
+ ],
16
+ "dependencies" : {
17
+ "purescript-effect" : " ^v3.0.0" ,
18
+ "purescript-prelude" : " ^v5.0.0" ,
19
+ "purescript-record" : " ^v3.0.0"
20
+ }
19
21
}
You can’t perform that action at this time.
0 commit comments