updated electron
This commit is contained in:
parent
c5e3f4abac
commit
b1cd975422
File diff suppressed because it is too large
Load Diff
|
@ -25,7 +25,8 @@
|
||||||
"electron-prod": "ng build --prod && electron .",
|
"electron-prod": "ng build --prod && electron .",
|
||||||
"electron-debug": "ng build && electron .",
|
"electron-debug": "ng build && electron .",
|
||||||
"dist": "npm run build && electron-builder --publish onTagOrDraft",
|
"dist": "npm run build && electron-builder --publish onTagOrDraft",
|
||||||
"travis": "electron-builder --publish onTagOrDraft"
|
"travis": "electron-builder --publish onTagOrDraft",
|
||||||
|
"release": "electron-builder --mac --windows --linux --publish always"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -70,8 +71,8 @@
|
||||||
"@types/jasminewd2": "~2.0.3",
|
"@types/jasminewd2": "~2.0.3",
|
||||||
"@types/node": "~8.9.4",
|
"@types/node": "~8.9.4",
|
||||||
"codelyzer": "~4.2.1",
|
"codelyzer": "~4.2.1",
|
||||||
"electron": "^10.1.1",
|
"electron": "^23.1.3",
|
||||||
"electron-builder": "^20.39.0",
|
"electron-builder": "^23.6.0",
|
||||||
"jasmine-core": "~2.99.1",
|
"jasmine-core": "~2.99.1",
|
||||||
"jasmine-spec-reporter": "~4.2.1",
|
"jasmine-spec-reporter": "~4.2.1",
|
||||||
"karma": "~1.7.1",
|
"karma": "~1.7.1",
|
||||||
|
|
Loading…
Reference in New Issue