Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Mar 25, 2019
1 parent 0331429 commit af48aa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ app.on('ready', function () {
height: mainWindowState.height,
minWidth: min_window_size[0],
minHeight: min_window_size[1],
titleBarStyle: 'hidden-inset',
titleBarStyle: 'hiddenInset',
title: 'Fog',
backgroundColor: '#fff',
show: false // Avoid initial flash of no content by not showing window on start…
Expand Down
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fog",
"version": "1.4.4",
"version": "1.4.5",
"description": "Unofficial overcast.fm podcast app",
"build": {
"appId": "com.vitorgalvao.fog",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"homepage": "https://github.com/vitorgalvao/fog",
"devDependencies": {
"electron": "^1.8.2",
"electron-builder": "^20.2.0"
"electron": "^4.1.1",
"electron-builder": "^20.39.0"
},
"dependencies": {
"electron-window-state": "^4.1.1",
"mousetrap": "^1.6.1",
"electron-window-state": "^5.0.3",
"mousetrap": "^1.6.3",
"sweetalert": "^1.1.3"
}
}

0 comments on commit af48aa8

Please sign in to comment.