From d02c24bee0641220823f76ab3950ff3b70bd58fb Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:41:29 +0200 Subject: [PATCH] Reverted accidental changes Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> --- package-lock.json | 15 +++++++++++++++ package.json | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index c576812d..ee4dd740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8566,6 +8566,21 @@ "node": ">=16.17.0" } }, + "node_modules/husky": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "dev": true, + "bin": { + "husky": "lib/bin.js" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/typicode" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", diff --git a/package.json b/package.json index 7015720d..4b34a14d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "clear": "docusaurus clear", "typecheck": "tsc", "sync-supporters": "node ./sync-supporters.js", - + "prepare": "husky install", "lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\"" }, "dependencies": { @@ -57,6 +57,7 @@ "node": ">=18.17.1" }, "devDependencies": { + "husky": "^8.0.3", "lint-staged": "^15.2.0" }, "lint-staged": {