Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit 0d3b8b8

Browse files
committed
feat: Bump version; Install Electron v3 (instead of v2) when adding Electron mode
1 parent 81b2e6c commit 0d3b8b8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/mode/mode-electron.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const
1010

1111
const
1212
electronDeps = {
13-
'electron': '2.0.0',
14-
'electron-debug': '1.5.0',
13+
'electron': '3.0.8',
14+
'electron-debug': '2.0.0',
1515
'electron-devtools-installer': '2.2.4',
1616
'devtron': '1.4.0'
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quasar-cli",
3-
"version": "0.17.21",
3+
"version": "0.17.22",
44
"description": "Quasar Framework CLI",
55
"bin": {
66
"quasar": "./bin/quasar"

0 commit comments

Comments
 (0)