From adfb128bbc59d60c9d9d6e5b152183e671a0c972 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 4 Jun 2024 12:13:26 +0300 Subject: [PATCH] feature: supertape: husky v9.0.11 --- .madrun.mjs | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.madrun.mjs b/.madrun.mjs index de211cc..ac11478 100644 --- a/.madrun.mjs +++ b/.madrun.mjs @@ -29,5 +29,5 @@ export default { 'fix:lint:slow': () => 'lerna run --no-bail fix:lint', 'bootstrap': () => 'npm i', 'report': () => `c8 report --reporter=lcov`, - 'prepare': () => 'husky install', + 'prepare': () => 'husky', }; diff --git a/package.json b/package.json index a50562f..9aec362 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "check-dts": "^0.7.0", "eslint": "^9.1.1", "eslint-plugin-putout": "^22.0.0", - "husky": "^6.0.0", + "husky": "^9.0.11", "lerna": "^6.0.1", "madrun": "^10.0.0", "putout": "^35.0.0", @@ -47,6 +47,8 @@ "engines": { "node": ">=18" }, - "workspaces": ["packages/*"], + "workspaces": [ + "packages/*" + ], "dependencies": {} }