diff --git a/package.json b/package.json
index 99c0d73e..c2899076 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
"test:watch": "jest --watch",
"start": "npm run build:util && npm run build && node dist/start",
"build": "tsc -b .",
- "build:util": "tsc -b ./node_modules/fosscord-server-util/",
- "postinstall": "npm i github:fosscord/fosscord-server-util && patch-package"
+ "build:util": "tsc -b ./node_modules/@fosscord/server-util/",
+ "postinstall": "npm i github:fosscord/@fosscord/server-util && patch-package"
},
"repository": {
"type": "git",
@@ -30,7 +30,7 @@
},
"homepage": "https://github.com/fosscord/fosscord-api#readme",
"dependencies": {
- "@fosscord/server-util": "@fosscord/server-util",
+ "@fosscord/server-util": "^1.0.2",
"@types/jest": "^26.0.22",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
|