From 246def86d8970b53e8aa1d8d3798447682191498 Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Tue, 7 Nov 2017 14:51:43 -0500 Subject: [PATCH] Upgrading Node.js Engine to v8.9.0 --- README.md | 2 +- app/assets/css/launcher.css | 13 +++++++++++++ app/assets/js/processbuider.js | 2 +- app/index.ejs | 3 ++- package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e2032e..b76d63f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Getting Started # System Requirements: -* [Node.js](https://nodejs.org/en/) v8.6.0+ +* [Node.js](https://nodejs.org/en/) v8.9.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. diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 62396c7..045a67c 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -284,4 +284,17 @@ body { #menu_img { width: 20px; height: auto; +} + +@keyframes test { + 0% { + color: #FFF; + } + 100% { + color: #000; + } +} + +.cls-1 { + animation: test 30s ease infinite; } \ No newline at end of file diff --git a/app/assets/js/processbuider.js b/app/assets/js/processbuider.js index c3fa0c2..88fb70c 100644 --- a/app/assets/js/processbuider.js +++ b/app/assets/js/processbuider.js @@ -28,7 +28,7 @@ class ProcessBuilder { for(let i=0; i
diff --git a/package.json b/package.json index 7606a70..ec8973c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "electron index.js" }, "engines": { - "node": "8.6.x" + "node": "8.9.x" }, "repository": { "type": "git",