Skip to content

Commit

Permalink
Upgraded dependencies, pinned Node.js version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Jul 5, 2018
1 parent 6759b14 commit 97979df
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
10.5
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ matrix:
- os: osx
osx_image: xcode9.4
language: node_js
node_js: "10"
node_js: "10.5"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting Started #

System Requirements:
* [Node.js](https://nodejs.org/en/) v10.0.0+
* [Node.js](https://nodejs.org/en/) v10.5.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.

Expand Down
20 changes: 10 additions & 10 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
Expand Up @@ -15,7 +15,7 @@
"dist:all": "npm run dist -- -wl --x64"
},
"engines": {
"node": "10.x.x"
"node": "10.5.x"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,8 +46,8 @@
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^2.0.3",
"electron-builder": "^20.19.1"
"electron": "^2.0.4",
"electron-builder": "^20.19.2"
},
"build": {
"appId": "westeroscraftlauncher",
Expand Down

0 comments on commit 97979df

Please sign in to comment.