summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Munteanu <49862892+luth31@users.noreply.github.com>2021-05-23 04:28:42 +0300
committerPaul Munteanu <49862892+luth31@users.noreply.github.com>2021-05-23 04:28:42 +0300
commit0e224fadf684806297f8501e53f15d1917e06d24 (patch)
tree253948d40e85fca86a7d7c0216aa6a9a5277a444 /package.json
parentAdd ports used by api in Dockerfile (diff)
parent:sparkles: Message edit (diff)
downloadserver-ts-0e224fadf684806297f8501e53f15d1917e06d24.tar.xz
Merge branch 'fosscord:master' into master
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json

index 60b9e43f..e3b6155c 100644 --- a/package.json +++ b/package.json
@@ -9,7 +9,6 @@ "test:watch": "jest --watch", "start": "npm run build && node dist/start", "build": "tsc -b .", - "postinstall": "patch-package", "dev": "tsnd --respawn src/start.ts" }, "repository": { @@ -47,8 +46,7 @@ "mongoose": "^5.12.3", "mongoose-autopopulate": "^0.12.3", "mongoose-long": "^0.3.2", - "multer": "^1.4.2", - "patch-package": "^6.2.2" + "multer": "^1.4.2" }, "devDependencies": { "@types/bcrypt": "^3.0.0",