Procházet zdrojové kódy

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

Daniel Scalzi před 8 roky
rodič
revize
1654e7a2c4
2 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. 1 1
      README.md
  2. 4 1
      package.json

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # Getting Started #
 
 System Requirements:
-* [Node.js](https://nodejs.org/en/) v8.4.0+
+* [Node.js](https://nodejs.org/en/) v8.6.0+
 
 This repository is dedicated to the development of the new custom launcher for the [WesterosCraft](http://www.westeroscraft.com/) server. This project is developed primarily with [Node.js](https://nodejs.org/en/) and the [Electron](https://electron.atom.io/) framework. For further reference you may view [the repository of the new launcher written in JavaFX/Java](https://gitlab.com/westeroscraft/WesteroscraftNewLauncher) which was discontinued. You may also view the repository of the [current launcher](https://gitlab.com/westeroscraft/westeroscraftlaunchercore), a modified fork of MCUpdater.
 

+ 4 - 1
package.json

@@ -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"