optionalDependencies

This commit is contained in:
Daniel Odendahl Jr
2017-09-12 16:29:23 +00:00
parent e287b845e9
commit 84002943b5
+5 -3
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "38.4.3",
"version": "38.4.4",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {
@@ -36,15 +36,17 @@
"custom-translate": "github:dragonfire535/custom-translate",
"discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:gawdl3y/discord.js-commando",
"erlpack": "github:hammerandchisel/erlpack",
"node-opus": "^0.2.7",
"pg": "^6.4.2",
"pg-hstore": "^2.3.2",
"sequelize": "^4.8.3",
"snekfetch": "^3.3.0",
"uws": "^8.14.1",
"zalgolize": "^1.2.4"
},
"optionalDependencies": {
"erlpack": "github:hammerandchisel/erlpack",
"uws": "^8.14.1"
},
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-aqua": "^2.0.1"