modernization; add newlines and link catches to relevant places.

This commit is contained in:
41666 2018-11-29 06:20:57 -06:00
parent 5a1fc526db
commit 005bc44bc1
11 changed files with 254 additions and 186 deletions

View file

@ -9,6 +9,7 @@
"pm2": "pm2"
},
"dependencies": {
"@discordjs/uws": "^11.149.1",
"chalk": "^2.4.1",
"discord.js": "^11.4.2",
"dotenv": "^6.1.0",
@ -17,22 +18,21 @@
"eslint-config-standard": "^12.0.0",
"glob": "^7.1.3",
"immutable": "^3.8.2",
"koa": "^2.6.1",
"koa": "^2.6.2",
"koa-better-router": "^2.1.1",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-send": "^5.0.0",
"koa-session": "^5.10.0",
"koa-compress": "^3.0.0",
"koa-static": "^5.0.0",
"ksuid": "^1.1.3",
"lru-cache": "^4.1.3",
"pg": "^7.6.0",
"pg": "^7.6.1",
"pg-hstore": "^2.3.2",
"pm2": "^2.9.3",
"sequelize": "^4.41.0",
"socket.io": "^2.1.1",
"superagent": "^4.0.0-beta.5",
"uuid": "^3.3.2",
"uws": "10.148.1"
"pm2": "^2.10.4",
"sequelize": "^4.41.2",
"socket.io": "^2.2.0",
"superagent": "^4.0.0",
"uuid": "^3.3.2"
}
}