Added node engine to package.json, bumped node version to 8.6.x

This commit is contained in:
Daniel Scalzi
2017-10-04 22:38:05 -04:00
parent 5ed660d3ab
commit 1654e7a2c4
2 changed files with 5 additions and 2 deletions

View File

@@ -7,11 +7,14 @@
"scripts": {
"start": "electron index.js"
},
"engines": {
"node": "8.6.x"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/westeroscraft/electronlauncher.git"
},
"author": "TheKraken7, Matan, Nightmare",
"author": "Daniel Scalzi",
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/westeroscraft/electronlauncher/issues"