common-tags should be listed in deps

This commit is contained in:
Daniel Odendahl Jr
2017-08-30 22:30:36 +00:00
parent 7d1adaec39
commit 9cdce88dfb
+2 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "34.0.2", "version": "34.0.3",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Shard.js", "main": "Shard.js",
"scripts": { "scripts": {
@@ -32,6 +32,7 @@
}, },
"dependencies": { "dependencies": {
"canvas": "github:automattic/node-canvas", "canvas": "github:automattic/node-canvas",
"common-tags": "^1.4.0",
"custom-translate": "github:dragonfire535/custom-translate", "custom-translate": "github:dragonfire535/custom-translate",
"discord.js": "github:hydrabolt/discord.js", "discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:gawdl3y/discord.js-commando", "discord.js-commando": "github:gawdl3y/discord.js-commando",