diff --git a/package.json b/package.json index 5c508f0..c999364 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,10 @@ "tslib": "^2.0.1", "typescript": "^4.0.2" }, - "gitHooks": { - "pre-commit": "lint-staged" + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } }, "lint-staged": { "*.{js,jsx,vue,ts,tsx}": [