File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 20
20
},
21
21
"build" : {
22
22
"appId" : " com.squirrel.brackets-electron.Brackets-Electron" ,
23
- "category" : " public.app-category.developer-tools" ,
24
23
"asar" : false ,
25
24
"files" : [],
26
25
"npmRebuild" : true ,
26
+ "directories" : {
27
+ "buildResources" : " build" ,
28
+ "app" : " dist" ,
29
+ "output" : " dist-build"
30
+ },
27
31
"win" : {
28
- "iconUrl" : " https://raw.githubusercontent.com/zaggino/brackets-electron/master/build/icon.ico" ,
29
32
"target" : [
30
33
" nsis" ,
31
34
" squirrel"
32
35
]
33
36
},
37
+ "mac" : {
38
+ "category" : " public.app-category.developer-tools"
39
+ },
34
40
"linux" : {
35
41
"category" : " Utility;TextEditor;Development;IDE;" ,
36
42
"target" : [
39
45
]
40
46
}
41
47
},
42
- "directories" : {
43
- "buildResources" : " build" ,
44
- "app" : " dist" ,
45
- "output" : " dist-build"
46
- },
47
48
"scripts" : {
48
49
"install" : " grunt install && npm run build" ,
49
50
"build" : " rimraf ./dist && gulp copy-src-dist && grunt build && tsc --project app && tsc --project src" ,
115
116
"q" : " 1.4.1" ,
116
117
"rimraf" : " 2.6.0" ,
117
118
"tslint" : " 4.5.1" ,
118
- "typescript" : " 2.2.1 " ,
119
+ "typescript" : " 2.2.0 " ,
119
120
"typescript-eslint-parser" : " 2.0.0" ,
120
121
"webpack" : " 2.2.1" ,
121
122
"xmldoc" : " 0.1.2"
You can’t perform that action at this time.
0 commit comments