Skip to content

Commit dee88a4

Browse files
author
Will Stone
committed
v1.3.0
1 parent 8f1eda4 commit dee88a4

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

package.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browserosaurus",
33
"productName": "Browserosaurus",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "The browser prompter for macOS",
66
"homepage": "http://wstone.io/browserosaurus/",
77
"main": "src/main.js",
@@ -16,10 +16,7 @@
1616
"bugs": {
1717
"url": "https://github.com/will-stone/browserosaurus/issues"
1818
},
19-
"keywords": [
20-
"Electron",
21-
"Browser chooser"
22-
],
19+
"keywords": ["Electron", "Browser chooser"],
2320
"author": "Will Stone",
2421
"license": "MIT",
2522
"devDependencies": {
@@ -50,29 +47,20 @@
5047
"config": {
5148
"forge": {
5249
"make_targets": {
53-
"darwin": [
54-
"dmg"
55-
]
50+
"darwin": ["dmg"]
5651
},
5752
"electronPackagerConfig": {
5853
"packageManager": "yarn",
5954
"icon": "src/images/icon/icon.icns",
60-
"ignore": [
61-
"docs"
62-
],
55+
"ignore": ["docs"],
6356
"protocols": [
6457
{
6558
"name": "HTTP link",
66-
"schemes": [
67-
"http",
68-
"https"
69-
]
59+
"schemes": ["http", "https"]
7060
},
7161
{
7262
"name": "File",
73-
"schemes": [
74-
"file"
75-
]
63+
"schemes": ["file"]
7664
}
7765
]
7866
}

0 commit comments

Comments
 (0)