Skip to content

Commit 474bcbf

Browse files
author
Will Stone
committed
v1.0.6
make dmg
1 parent 12e33bd commit 474bcbf

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browserosaurus",
33
"productName": "Browserosaurus",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"description": "The browser prompter for macOS",
66
"homepage": "http://wstone.io/browserosaurus/",
77
"main": "src/main.js",
@@ -17,7 +17,10 @@
1717
"bugs": {
1818
"url": "https://github.com/will-stone/browserosaurus/issues"
1919
},
20-
"keywords": ["Electron", "Browser chooser"],
20+
"keywords": [
21+
"Electron",
22+
"Browser chooser"
23+
],
2124
"author": "Will Stone",
2225
"license": "MIT",
2326
"devDependencies": {
@@ -45,21 +48,29 @@
4548
"config": {
4649
"forge": {
4750
"make_targets": {
48-
"win32": ["squirrel"],
49-
"darwin": ["dmg", "zip"],
50-
"linux": ["deb", "rpm"]
51+
"darwin": [
52+
"dmg",
53+
"zip"
54+
]
5155
},
5256
"electronPackagerConfig": {
5357
"icon": "src/images/icon/icon.icns",
54-
"ignore": ["docs"],
58+
"ignore": [
59+
"docs"
60+
],
5561
"protocols": [
5662
{
5763
"name": "HTTP link",
58-
"schemes": ["http", "https"]
64+
"schemes": [
65+
"http",
66+
"https"
67+
]
5968
},
6069
{
6170
"name": "File",
62-
"schemes": ["file"]
71+
"schemes": [
72+
"file"
73+
]
6374
}
6475
]
6576
}

0 commit comments

Comments
 (0)