Upgraded Node.js to v10.9.0

pull/19/head
Daniel Scalzi 2018-09-05 13:47:59 -04:00
parent 2a9db6c646
commit 8fc2ebf831
No known key found for this signature in database
GPG Key ID: 5CA2F145B63535F9
4 changed files with 4 additions and 4 deletions

2
.nvmrc
View File

@ -1 +1 @@
10.8
10.9

View File

@ -3,7 +3,7 @@ matrix:
- os: osx
osx_image: xcode9.4
language: node_js
node_js: "10.8"
node_js: "10.9"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

View File

@ -76,7 +76,7 @@ If you want to export the console output, simply right click anywhere on the con
**System Requirements**
* [Node.js][nodejs] v10.8.0+
* [Node.js][nodejs] v10.9.0+
---

View File

@ -17,7 +17,7 @@
"lint": "eslint --config .eslintrc.json --ignore-pattern app/assets/js/scripts/*.js . && eslint --config .eslintrc.scripts.json app/assets/js/scripts"
},
"engines": {
"node": "10.8.x"
"node": "10.9.x"
},
"repository": {
"type": "git",