Skip to content

Commit 3c8ba6c

Browse files
committed
fix build
1 parent 9f9e022 commit 3c8ba6c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,23 @@
2020
},
2121
"build": {
2222
"appId": "com.squirrel.brackets-electron.Brackets-Electron",
23-
"category": "public.app-category.developer-tools",
2423
"asar": false,
2524
"files": [],
2625
"npmRebuild": true,
26+
"directories": {
27+
"buildResources": "build",
28+
"app": "dist",
29+
"output": "dist-build"
30+
},
2731
"win": {
28-
"iconUrl": "https://raw.githubusercontent.com/zaggino/brackets-electron/master/build/icon.ico",
2932
"target": [
3033
"nsis",
3134
"squirrel"
3235
]
3336
},
37+
"mac": {
38+
"category": "public.app-category.developer-tools"
39+
},
3440
"linux": {
3541
"category": "Utility;TextEditor;Development;IDE;",
3642
"target": [
@@ -39,11 +45,6 @@
3945
]
4046
}
4147
},
42-
"directories": {
43-
"buildResources": "build",
44-
"app": "dist",
45-
"output": "dist-build"
46-
},
4748
"scripts": {
4849
"install": "grunt install && npm run build",
4950
"build": "rimraf ./dist && gulp copy-src-dist && grunt build && tsc --project app && tsc --project src",
@@ -115,7 +116,7 @@
115116
"q": "1.4.1",
116117
"rimraf": "2.6.0",
117118
"tslint": "4.5.1",
118-
"typescript": "2.2.1",
119+
"typescript": "2.2.0",
119120
"typescript-eslint-parser": "2.0.0",
120121
"webpack": "2.2.1",
121122
"xmldoc": "0.1.2"

0 commit comments

Comments
 (0)