Skip to content

Commit

Permalink
Autoformatting package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Nov 27, 2018
1 parent 2aba457 commit 3aa94f4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
12 changes: 8 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,18 @@
"config": {
"forge": {
"make_targets": {
"win32": ["squirrel", "zip"],
"darwin": ["dmg", "zip"],
"linux": ["deb", "zip"]
"win32": [
"squirrel",
"zip"
],
"darwin": [
"dmg",
"zip"
],
"linux": [
"deb",
"zip"
]
},
"electronPackagerConfig": {
"executableName": "httptoolkit",
Expand All @@ -43,7 +52,10 @@
"bin": "HTTP Toolkit",
"icon": "src/icon.png",
"homepage": "https://httptoolkit.tech",
"categories": ["Development", "Network"]
"categories": [
"Development",
"Network"
]
},
"github_repository": {
"owner": "httptoolkit",
Expand Down

0 comments on commit 3aa94f4

Please sign in to comment.