diff --git a/.husky/pre-commit b/.husky/pre-commit index d4a43dd..d0612ad 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" npm run pre-commit diff --git a/package.json b/package.json index d48d6f4..4b33f44 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.11", - "husky": "^8.0.0", "lint-staged": "^13.0.4", "prettier": "^2.8.0", "webpack-subresource-integrity": "^5.1.0"