Skip to content

Commit

Permalink
Merge pull request #335 from chiflix/tomasen
Browse files Browse the repository at this point in the history
build: update electron to beta.11
  • Loading branch information
tomasen authored Dec 22, 2018
2 parents 0eaa3c8 + 3f03809 commit 66ec2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"directories": {
"output": "build"
},
"electronVersion": "4.0.0-beta.8",
"electronVersion": "4.0.0-beta.11",
"electronDist": "node_modules/@chiflix/electron/dist",
"electronDownload": {
"mirror": "https://github.com/chiflix/electron/releases/download/v",
"isVerifyChecksum": false,
"version": "4.0.0-beta.8"
"version": "4.0.0-beta.11"
},
"files": [
"dist/electron/**/*"
Expand Down Expand Up @@ -423,7 +423,7 @@
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"@chiflix/electron": "^4.0.0-beta.8",
"@chiflix/electron": "^4.0.0-beta.11",
"@vue/test-utils": "^1.0.0-beta.26",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
Expand Down

0 comments on commit 66ec2f0

Please sign in to comment.