Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Stone committed Oct 11, 2017
1 parent 9aa123a commit 78a3f66
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

33 changes: 25 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browserosaurus",
"productName": "Browserosaurus",
"version": "1.0.2",
"version": "1.0.3",
"description": "The browser prompter for macOS",
"homepage": "",
"main": "src/main.js",
Expand All @@ -15,7 +15,10 @@
"bugs": {
"url": "https://github.com/will-stone/browserosaurus/issues"
},
"keywords": ["Electron", "Browser chooser"],
"keywords": [
"Electron",
"Browser chooser"
],
"author": "Will Stone",
"license": "MIT",
"devDependencies": {
Expand Down Expand Up @@ -43,21 +46,35 @@
"config": {
"forge": {
"make_targets": {
"win32": ["squirrel"],
"darwin": ["zip"],
"linux": ["deb", "rpm"]
"win32": [
"squirrel"
],
"darwin": [
"zip"
],
"linux": [
"deb",
"rpm"
]
},
"electronPackagerConfig": {
"icon": "src/images/icon/icon.icns",
"ignore": ["docs"],
"ignore": [
"docs"
],
"protocols": [
{
"name": "HTTP link",
"schemes": ["http", "https"]
"schemes": [
"http",
"https"
]
},
{
"name": "File",
"schemes": ["file"]
"schemes": [
"file"
]
}
]
}
Expand Down

0 comments on commit 78a3f66

Please sign in to comment.