summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Chrome <christophercookman@gmail.com>2021-09-23 07:58:32 -0400
committerChris Chrome <christophercookman@gmail.com>2021-09-23 07:58:32 -0400
commit6b125b896e2f87391c6f2a533649cbf2281609a2 (patch)
tree9b72d5bc62254859bcb33770330a3cc9843c2b50
parentUse @yukikaze-bot/erlpack (diff)
downloadserver-6b125b896e2f87391c6f2a533649cbf2281609a2.tar.xz
Ok, so it DOES build
Still, it builds under linux, so i'm happy with it lol
-rw-r--r--gateway/package-lock.json4
-rw-r--r--gateway/package.json4
2 files changed, 5 insertions, 3 deletions
diff --git a/gateway/package-lock.json b/gateway/package-lock.json
index 6b30ee3f..caa5ee78 100644
--- a/gateway/package-lock.json
+++ b/gateway/package-lock.json
@@ -10,7 +10,6 @@
 			"license": "ISC",
 			"dependencies": {
 				"@fosscord/util": "file:../util",
-				"@yukikaze-bot/erlpack": "^1.0.1",
 				"ajv": "^8.5.0",
 				"amqplib": "^0.8.0",
 				"dotenv": "^8.2.0",
@@ -686,7 +685,8 @@
 				"node": ">= 8.10.0"
 			},
 			"optionalDependencies": {
-				"fsevents": "~2.3.2"
+				"fsevents": "~2.3.2",
+				"@yukikaze-bot/erlpack": "^1.0.1"
 			}
 		},
 		"node_modules/chownr": {
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"
 	}
 }