mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-23 14:45:24 +00:00
🐛 fix package
This commit is contained in:
Generated
BIN
Binary file not shown.
+2
-3
@@ -9,8 +9,7 @@
|
||||
"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/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -30,7 +29,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/fosscord/fosscord-api#readme",
|
||||
"dependencies": {
|
||||
"@fosscord/server-util": "^1.0.3",
|
||||
"@fosscord/server-util": "^1.0.4",
|
||||
"@types/jest": "^26.0.22",
|
||||
"bcrypt": "^5.0.0",
|
||||
"body-parser": "^1.19.0",
|
||||
|
||||
Reference in New Issue
Block a user