Skip to content

Commit

Permalink
Update electron to the latest version 🚀 (#65)
Browse files Browse the repository at this point in the history
* chore(package): update electron to version 6.0.0

* Run tests with same node version as electron uses
  • Loading branch information
greenkeeper[bot] authored and dignite committed Aug 20, 2019
1 parent ec7ad14 commit d5205e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 1 @@
12.0.0
12.4.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
language: node_js
cache: npm
node_js:
- "12.0.0"
- "12.4.0"
os:
- windows
- osx
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
{
"name": "mob-timer",
"engines": {
"node": "12.0.0"
"node": "12.4.0"
},
"description": "A cross-platform mob-timer built on Electron for doing Mob Programming.",
"main": "src/main.js",
Expand Down Expand Up @@ -53,7 53,7 @@
"@babel/core": "^7.5.5",
"bestzip": "^2.1.4",
"coveralls": "^3.0.6",
"electron": "^5.0.9",
"electron": "^6.0.0",
"electron-packager": "^14.0.0",
"electron-releases": "^3.209.0",
"eslint": "^6.1.0",
Expand All @@ -73,4 73,4 @@
"typeface-work-sans": "0.0.72",
"uuid": "^3.2.1"
}
}
}

0 comments on commit d5205e9

Please sign in to comment.