Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rippin93 committed Aug 12, 2021
1 parent 4b58c3f commit c682361
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build/
node_modules/

package-lock.json
release.sh
10 changes: 10 additions & 0 deletions .idea/runConfigurations.xml

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

2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const options = {
clearCache: false,
tray: true,
verbose: true,
electronVersion: "13.1.4",
electronVersion: "13.1.9",
inject: ["./custom.js"],
globalShortcuts: "shortcuts.json",
widevine: true,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tidal-linux",
"version": "0.2.0",
"version": "1.0.1",
"description": "Cross-platform electron app for the Tidal Web Interface",
"main": "main.js",
"type": "module",
Expand All @@ -14,7 +14,7 @@
"type": "git",
"url": "git+https://github.com/rippin93/tidal-desktop.git"
},
"author": "Val Knight",
"author": "Daniel Fuchs",
"license": "MIT",
"bugs": {
"url": "https://github.com/rippin93/tidal-desktop/issues"
Expand All @@ -23,6 +23,6 @@
"dependencies": {
"colors": "^1.4.0",
"jshint": "^2.12.0",
"nativefier": "^44.0.4"
"nativefier": "^45.0.0"
}
}

0 comments on commit c682361

Please sign in to comment.