summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorafeuerstein <32029275+afeuerstein@users.noreply.github.com>2021-05-22 19:37:08 +0200
committerafeuerstein <32029275+afeuerstein@users.noreply.github.com>2021-05-22 19:37:08 +0200
commit4e7d4af433c4fe988935486b6eb640a54b74384a (patch)
tree338d26864ae05658de50900fdacb2d22d522373d /package.json
parentthrow GUILD_ROLE_DELETE event (diff)
downloadserver-ts-4e7d4af433c4fe988935486b6eb640a54b74384a.tar.xz
remove patchfile
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",