1 files changed, 2 insertions, 2 deletions
diff --git a/gateway/package.json b/gateway/package.json
index 4a6043d6..f837d51b 100644
--- a/gateway/package.json
+++ b/gateway/package.json
@@ -1,5 +1,5 @@
{
- "name": "@fosscord/gateway",
+ "name": "gateway",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
@@ -13,7 +13,7 @@
"author": "Fosscord",
"license": "ISC",
"dependencies": {
- "@fosscord/server-util": "^1.3.51",
+ "@fosscord/server-util": "file:../util",
"ajv": "^8.5.0",
"amqplib": "^0.8.0",
"dotenv": "^8.2.0",
|