diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:07:25 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:07:25 +0200 |
commit | 86f96aea5b108b6bcf67d432af8e87dc7740318d (patch) | |
tree | 66ebfc6480e67666d7e41a2280bdcbd02f6df0e2 /gateway/package.json | |
parent | :bug: fix (pre) install scripts (diff) | |
parent | Merge pull request #394 from ChrisChrome/erlpack-fix (diff) | |
download | server-86f96aea5b108b6bcf67d432af8e87dc7740318d.tar.xz |
Merge branch 'master' into unittests
Diffstat (limited to 'gateway/package.json')
-rw-r--r-- | gateway/package.json | 3 |
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" } } |