Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit e294feb

Browse files
committed
Reformats package.json again.
1 parent 5e235ce commit e294feb

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"name": "Steve Kellock"
55
},
66
"ava": {
7-
"require": [
8-
"./out-test/main/test/setup.js"
9-
]
7+
"require": ["./out-test/main/test/setup.js"]
108
},
119
"build": {
1210
"appId": "com.example.electron-starter",
@@ -21,9 +19,7 @@
2119
"!globals.d.ts"
2220
],
2321
"linux": {
24-
"target": [
25-
"tar.gz"
26-
]
22+
"target": ["tar.gz"]
2723
},
2824
"mac": {
2925
"category": "public.app-category.developer-tools"
@@ -35,10 +31,7 @@
3531
"repo": "electron-starter"
3632
},
3733
"win": {
38-
"target": [
39-
"zip",
40-
"nsis"
41-
]
34+
"target": ["zip", "nsis"]
4235
}
4336
},
4437
"dependencies": {

0 commit comments

Comments
 (0)