diff options
author | Chris Chrome <christophercookman@gmail.com> | 2021-09-23 07:58:32 -0400 |
---|---|---|
committer | Chris Chrome <christophercookman@gmail.com> | 2021-09-23 07:58:32 -0400 |
commit | 62b8ad055633daf646b843032b89d659e9175201 (patch) | |
tree | b36f653c326956d5e83d8b8c3fd79cc27d4fbc8c /gateway/package.json | |
parent | Use @yukikaze-bot/erlpack (diff) | |
download | server-62b8ad055633daf646b843032b89d659e9175201.tar.xz |
Ok, so it DOES build
Still, it builds under linux, so i'm happy with it lol
Diffstat (limited to 'gateway/package.json')
-rw-r--r-- | gateway/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gateway/package.json b/gateway/package.json index 2fa3db44..44ba90fa 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -27,7 +27,6 @@ }, "dependencies": { "@fosscord/util": "file:../util", - "@yukikaze-bot/erlpack": "^1.0.1", "ajv": "^8.5.0", "amqplib": "^0.8.0", "dotenv": "^8.2.0", @@ -39,5 +38,8 @@ "typeorm": "^0.2.37", "uuid": "^8.3.2", "ws": "^7.4.2" + }, + "optionalDependencies": { + "@yukikaze-bot/erlpack": "^1.0.1" } } |