From 5ab646b69c5e80a9c84cff7dd150fd9774cbdf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 4 Apr 2025 11:13:54 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20husky=20=F0=9F=AA=93?= =?UTF-8?q?=F0=9F=90=B6=20(#220)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 17 ----------------- package.json | 6 ------ 2 files changed, 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index d00d551..81acc53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,6 @@ "@testing-library/react": "12.1.5", "axios-mock-adapter": "1.21.2", "glob": "7.2.3", - "husky": "7.0.4", "jest": "29.7.0", "prettier": "2.8.1", "rosie": "2.1.0" @@ -11267,22 +11266,6 @@ "node": ">=10.17.0" } }, - "node_modules/husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", - "dev": true, - "license": "MIT", - "bin": { - "husky": "lib/bin.js" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, "node_modules/hyphenate-style-name": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz", diff --git a/package.json b/package.json index 473bfd8..3460f38 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,6 @@ "dev": "PUBLIC_PATH=/communications/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", "test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests" }, - "husky": { - "hooks": { - "pre-commit": "npm run lint" - } - }, "author": "edX", "license": "AGPL-3.0", "homepage": "https://github.com/edx/frontend-app-communications#readme", @@ -73,7 +68,6 @@ "@testing-library/react": "12.1.5", "axios-mock-adapter": "1.21.2", "glob": "7.2.3", - "husky": "7.0.4", "jest": "29.7.0", "prettier": "2.8.1", "rosie": "2.1.0"