diff --git a/package-lock.json b/package-lock.json index cb244a1..530d4af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,6 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "^16.2.0", - "husky": "8.0.3", "jest": "29.7.0", "jest-chain": "1.1.6", "prop-types": "15.8.1", @@ -11395,22 +11394,6 @@ "node": ">=10.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, - "license": "MIT", - "bin": { - "husky": "lib/bin.js" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, "node_modules/hyperdyperid": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", diff --git a/package.json b/package.json index fc81677..9c216f4 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,6 @@ "files": [ "/dist" ], - "husky": { - "hooks": { - "pre-commit": "npm run lint" - } - }, "repository": { "type": "git", "url": "git+https://github.com/openedx/frontend-component-header.git" @@ -42,7 +37,6 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "^16.2.0", - "husky": "8.0.3", "jest": "29.7.0", "jest-chain": "1.1.6", "prop-types": "15.8.1",