summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
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",