Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
robflop committed Jul 8, 2018
1 parent ac0ece2 commit b49a3a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ToL-Mod-Utility",
"version": "1.11.1",
"version": "1.11.2",
"productName": "ToL-Mod-Utility",
"description": "Moderation utility for Throne of Lies player reports.",
"main": "./src/client",
"dependencies": {},
"devDependencies": {
"electron": "^2.0.3",
"electron": "^2.0.4",
"electron-packager": "^12.1.0",
"electron-winstaller": "^2.6.4",
"eslint": "^5.0.1",
Expand Down
5 changes: 5 additions & 0 deletions src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ const app = new Vue({ // eslint-disable-line no-undef
entireWordsSearchToggle: false,
connectionStatuses: ['Connected', 'Left Alive', 'Left Dead', 'Left Won Early', 'Reconnected']
},
// mounted() {
// this.chatLogsInput = require('fs').readFileSync(require('path').join(__dirname, '../logs.txt'), 'utf-8');
// this.matchInfoInput = JSON.stringify(require('../info.json'));
// this.loadMatch();
// },
methods: {
loadMatch() {
if (!this.matchInfoInput || !this.chatLogsInput) return;
Expand Down

0 comments on commit b49a3a2

Please sign in to comment.