Skip to content

Commit

Permalink
deps: bump electron to v31
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 12, 2024
1 parent 94670f9 commit af0dafd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
22 changes: 12 additions & 10 deletions package-lock.json

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

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@aetherinox/ntfy-electron",
"name": "ntfy-desktop",
"version": "1.0.0",
"description": "ntfy push notifications wrapped in electron as a web app",
"homepage": "https://github.com/Aetherinox/ntfy-electron",
"homepage": "https://github.com/Aetherinox/ntfy-desktop",
"author": "Aetherinox",
"contributors": [
{
Expand All @@ -19,25 +19,27 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aetherinox/ntfy-electron.git"
"url": "git+https://github.com/Aetherinox/ntfy-desktop.git"
},
"bugs": {
"url": "https://github.com/Aetherinox/ntfy-electron/issues"
"url": "https://github.com/Aetherinox/ntfy-desktop/issues"
},
"license": "GPLv3",
"keywords": [
"ntfy",
"push notifications",
"electron",
"web app"
"web app",
"desktop",
"windows"
],
"main": "index.js",
"scripts": {
"start": "electron ."
},
"dependencies": {
"custom-electron-prompt": "^1.5.7",
"electron": "^24.1.3",
"electron": "^31.2.0",
"toasted-notifier": "^10.0.1"
}
}

0 comments on commit af0dafd

Please sign in to comment.