v1.0.4 - Logic cleanup, minor bug fixes.
Removed the old workaround logic for queueing archives for extraction. Removed the old forge callback (this was replaced a while ago). Fixed a typo in _parseDistroModules (getType). Use discordrpc straight from the repository. The author has refused to push the bugfix for nearly a month. Fix timestamp issue on discord rich presence. Dependency upgrades.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "westeroscraftlauncher",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Custom modded launcher for Westeroscraft",
|
||||
"productName": "WesterosCraft Launcher",
|
||||
"main": "index.js",
|
||||
@@ -33,10 +33,10 @@
|
||||
"dependencies": {
|
||||
"adm-zip": "^0.4.11",
|
||||
"async": "^2.6.1",
|
||||
"discord-rpc": "^3.0.1",
|
||||
"discord-rpc": "discordjs/RPC",
|
||||
"ejs": "^2.6.1",
|
||||
"ejs-electron": "^2.0.3",
|
||||
"electron-updater": "^3.1.5",
|
||||
"electron-updater": "^3.1.6",
|
||||
"github-syntax-dark": "^0.5.0",
|
||||
"jquery": "^3.3.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^3.0.6",
|
||||
"electron-builder": "^20.29.1",
|
||||
"electron-builder": "^20.30.0",
|
||||
"eslint": "^5.8.0"
|
||||
},
|
||||
"build": {
|
||||
|
||||
Reference in New Issue
Block a user