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"