summary refs log tree commit diff
path: root/gateway/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 16:07:25 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-23 16:07:25 +0200
commit86f96aea5b108b6bcf67d432af8e87dc7740318d (patch)
tree66ebfc6480e67666d7e41a2280bdcbd02f6df0e2 /gateway/package.json
parent:bug: fix (pre) install scripts (diff)
parentMerge pull request #394 from ChrisChrome/erlpack-fix (diff)
downloadserver-ts-86f96aea5b108b6bcf67d432af8e87dc7740318d.tar.xz
Merge branch 'master' into unittests
Diffstat (limited to 'gateway/package.json')
-rw-r--r--gateway/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/gateway/package.json b/gateway/package.json

index a845f907..d0292925 100644 --- a/gateway/package.json +++ b/gateway/package.json
@@ -41,5 +41,8 @@ "typeorm": "^0.2.37", "uuid": "^8.3.2", "ws": "^7.4.2" + }, + "optionalDependencies": { + "@yukikaze-bot/erlpack": "^1.0.1" } }