Update Deps

This commit is contained in:
Daniel Odendahl Jr
2017-07-12 23:57:14 +00:00
parent f6f1e7d093
commit c80caedffe
3 changed files with 14 additions and 19 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "27.1.3",
"version": "27.1.4",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {
@@ -28,25 +28,25 @@
},
"homepage": "https://github.com/dragonfire535/xiaobot#readme",
"engines": {
"node": "8.1.3"
"node": ">=8.1.4"
},
"dependencies": {
"bufferutil": "^3.0.1",
"bufferutil": "^3.0.2",
"canvas": "automattic/node-canvas",
"cheerio": "^1.0.0-rc.1",
"cheerio": "^1.0.0-rc.2",
"custom-translate": "dragonfire535/custom-translate",
"discord.js": "hydrabolt/discord.js",
"discord.js-commando": "gawdl3y/discord.js-commando",
"erlpack": "hammerandchisel/erlpack",
"mathjs": "^3.13.3",
"mathjs": "^3.14.2",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"snekfetch": "^3.1.11",
"snekfetch": "^3.2.4",
"tsubaki": "^1.1.1",
"xml2js": "^0.4.17",
"zalgolize": "^1.2.4"
},
"devDependencies": {
"eslint": "^4.0.0"
"eslint": "^4.2.0"
}
}