mirror of
https://github.com/danbulant/Shasha
synced 2026-07-08 12:31:15 +00:00
make erlpack optional
This commit is contained in:
parent
3d5ec92e30
commit
7444b4467a
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
"cleverbot-node": "^0.3.11",
|
"cleverbot-node": "^0.3.11",
|
||||||
"discord.js": "^12.5.2",
|
"discord.js": "^12.5.2",
|
||||||
"discord.js-commando": "^0.12.3",
|
"discord.js-commando": "^0.12.3",
|
||||||
"erlpack": "github:discord/erlpack",
|
|
||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"mongodb": "^3.6.6",
|
"mongodb": "^3.6.6",
|
||||||
|
|
@ -17,5 +16,8 @@
|
||||||
"sqlite3": "^5.0.2",
|
"sqlite3": "^5.0.2",
|
||||||
"utf-8-validate": "^5.0.4",
|
"utf-8-validate": "^5.0.4",
|
||||||
"zlib-sync": "^0.1.7"
|
"zlib-sync": "^0.1.7"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"erlpack": "github:discord/erlpack"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue