Skip to content

Commit

Permalink
Update electron version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
unellma committed Jan 31, 2024
1 parent 558438c commit 4cc8450
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 29 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

30 changes: 7 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Unelma_Browser",
"version": "3.1.5",
"version": "3.1.6",
"description": "Unelma Browser - a browser for free world ",
"main": ".webpack/main",
"scripts": {
Expand All @@ -16,11 +16,7 @@
"provider": "github",
"releaseType": "release"
},
"files": [
"package.json",
"app/**/*",
"node_modules"
],
"files": ["package.json", "app/**/*", "node_modules"],
"postinstall": "electron-builder install-app-deps",
"build": {
"appId": "com.unelmas.browser",
Expand Down Expand Up @@ -80,7 +76,7 @@
"css-loader": "^6.7.1",
"dateformat": "^5.0.3",
"dotenv": "^16.0.1",
"electron": "^v28.1.4",
"electron": "^v28.2.0",
"electron-builder": "^23.1.0",
"electron-context-menu": "^3.3.0",
"electron-log": "^5.0.0-beta.24",
Expand All @@ -105,19 +101,9 @@
},
"config": {
"make_targets": {
"win32": [
"nsis"
],
"darwin": [
"zip",
"dmg"
],
"linux": [
"deb",
"rpm",
"flatpak",
"snap"
]
"win32": ["nsis"],
"darwin": ["zip", "dmg"],
"linux": ["deb", "rpm", "flatpak", "snap"]
},
"forge": {
"publishers": [
Expand Down Expand Up @@ -148,9 +134,7 @@
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
"platforms": ["darwin"]
},
{
"name": "@electron-forge/maker-deb",
Expand Down

0 comments on commit 4cc8450

Please sign in to comment.