Skip to content

Commit 3aa94f4

Browse files
committed
Autoformatting package.json
1 parent 2aba457 commit 3aa94f4

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,18 @@
1818
"config": {
1919
"forge": {
2020
"make_targets": {
21-
"win32": ["squirrel", "zip"],
22-
"darwin": ["dmg", "zip"],
23-
"linux": ["deb", "zip"]
21+
"win32": [
22+
"squirrel",
23+
"zip"
24+
],
25+
"darwin": [
26+
"dmg",
27+
"zip"
28+
],
29+
"linux": [
30+
"deb",
31+
"zip"
32+
]
2433
},
2534
"electronPackagerConfig": {
2635
"executableName": "httptoolkit",
@@ -43,7 +52,10 @@
4352
"bin": "HTTP Toolkit",
4453
"icon": "src/icon.png",
4554
"homepage": "https://httptoolkit.tech",
46-
"categories": ["Development", "Network"]
55+
"categories": [
56+
"Development",
57+
"Network"
58+
]
4759
},
4860
"github_repository": {
4961
"owner": "httptoolkit",

0 commit comments

Comments
 (0)