diff --git a/package-lock.json b/package-lock.json index 555603dd..0e88f8ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,6 @@ "babel-plugin-react-intl": "8.2.25", "eslint-plugin-simple-import-sort": "7.0.0", "glob": "7.2.0", - "husky": "7.0.4", "jest": "29.7.0", "rosie": "2.1.1" } @@ -13083,21 +13082,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, - "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 7e83dc44..f7b43670 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,6 @@ "dev": "PUBLIC_PATH=/discussions/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", "test": "fedx-scripts jest --coverage --passWithNoTests" }, - "husky": { - "hooks": { - "pre-commit": "npm run lint" - } - }, "author": "edX", "license": "AGPL-3.0", "homepage": "https://github.com/openedx/frontend-app-discussions#readme", @@ -75,7 +70,6 @@ "babel-plugin-react-intl": "8.2.25", "eslint-plugin-simple-import-sort": "7.0.0", "glob": "7.2.0", - "husky": "7.0.4", "jest": "29.7.0", "rosie": "2.1.1" }