File tree Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " taskr" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " A simple task manager app" ,
5
5
"main" : " main/index.js" ,
6
6
"repository" : " https://github.com/bukinoshita/taskr.git" ,
17
17
},
18
18
"build" : {
19
19
"appId" : " taskr" ,
20
- "files" : [" **/*" , " !renderer" , " renderer/out" ],
20
+ "files" : [
21
+ " **/*" ,
22
+ " !renderer" ,
23
+ " renderer/out"
24
+ ],
21
25
"win" : {
22
- "target" : [" squirrel" ],
26
+ "target" : [
27
+ " squirrel"
28
+ ],
23
29
"icon" : " main/static/icon.ico"
24
30
},
25
31
"mac" : {
26
32
"category" : " public.app-category.developer-tools" ,
27
33
"icon" : " main/static/icon.icns"
28
34
},
29
35
"linux" : {
30
- "target" : [" AppImage" , " deb" ]
36
+ "target" : [
37
+ " AppImage" ,
38
+ " deb"
39
+ ]
31
40
}
32
41
},
33
42
"dependencies" : {
55
64
"xo" : " ^0.18.2"
56
65
},
57
66
"xo" : {
58
- "extends" : [" prettier" , " prettier/react" , " plugin:react/recommended" ],
67
+ "extends" : [
68
+ " prettier" ,
69
+ " prettier/react" ,
70
+ " plugin:react/recommended"
71
+ ],
59
72
"rules" : {
60
73
"react/no-unescaped-entities" : 0 ,
61
74
"react/react-in-jsx-scope" : 0 ,
66
79
"no-return-assign" : 0 ,
67
80
"import/prefer-default-export" : 0
68
81
},
69
- "ignores" : [" node_modules" ],
70
- "globals" : [" localStorage" ]
82
+ "ignores" : [
83
+ " node_modules"
84
+ ],
85
+ "globals" : [
86
+ " localStorage"
87
+ ]
71
88
},
72
89
"lint-staged" : {
73
90
"*.js" : [
You can’t perform that action at this time.
0 commit comments