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

Commit 9763951

Browse files
authored
Merge pull request #79 from skellock/remove-package-linting
Oops. Don't mess with npm's formatting.
2 parents 753e288 + 8fbbc14 commit 9763951

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"name": "Steve Kellock"
55
},
66
"ava": {
7-
"require": ["./out-test/main/test/setup.js"]
7+
"require": [
8+
"./out-test/main/test/setup.js"
9+
]
810
},
911
"build": {
1012
"appId": "com.example.electron-starter",
@@ -19,7 +21,9 @@
1921
"!globals.d.ts"
2022
],
2123
"linux": {
22-
"target": ["tar.gz"]
24+
"target": [
25+
"tar.gz"
26+
]
2327
},
2428
"mac": {
2529
"category": "public.app-category.developer-tools"
@@ -31,7 +35,10 @@
3135
"repo": "electron-starter"
3236
},
3337
"win": {
34-
"target": ["zip", "nsis"]
38+
"target": [
39+
"zip",
40+
"nsis"
41+
]
3542
}
3643
},
3744
"dependencies": {
@@ -88,8 +95,7 @@
8895
"prettier --write --no-semi --print-width 100 --single-quote",
8996
"tslint --fix",
9097
"git add"
91-
],
92-
"package.json": ["prettier --write", "git add"]
98+
]
9399
},
94100
"main": "out/main.js",
95101
"name": "electron-starter",

0 commit comments

Comments
 (0)