diff --git a/package.json b/package.json index 723ce6448348c25d74bbe76c1a87e8e65fdd4a93..9a21e2de2a8879d8f4b6568fe8dc1c879b4183d6 100755 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "eslint-plugin-security": "^1.4.0", "eslint-plugin-standard": "^4.1.0", "eslint-plugin-tsdoc": "^0.2.14", - "husky": "^7.0.2", "jest": "^27.2.2", "jest-html-reporters": "^2.1.6", "mock-express-request": "^0.2.2", @@ -53,10 +52,5 @@ "supertest": "^6.1.6", "ts-jest": "^27.0.5", "typescript": "^4.4.3" - }, - "husky": { - "hooks": { - "pre-push": "npm run lint" - } } }