Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Stone committed Dec 13, 2017
1 parent 231f4b1 commit 6c92b74
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browserosaurus",
"productName": "Browserosaurus",
"version": "1.1.0",
"version": "1.2.0",
"description": "The browser prompter for macOS",
"homepage": "http://wstone.io/browserosaurus/",
"main": "src/main.js",
Expand All @@ -16,10 +16,7 @@
"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 @@ -49,29 +46,20 @@
"config": {
"forge": {
"make_targets": {
"darwin": [
"dmg"
]
"darwin": ["dmg"]
},
"electronPackagerConfig": {
"packageManager": "yarn",
"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 6c92b74

Please sign in to comment.