diff --git a/package-lock.json b/package-lock.json index 8ffdaf380..28bbe19f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,8 +44,7 @@ "prettier": "^2.4.1" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0", - "npm": ">=8.1.3" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/lint-staged" diff --git a/package.json b/package.json index 68b3a2736..a298123da 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ "url": "https://opencollective.com/lint-staged" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0", - "npm": ">=8.1.3" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "type": "module", "bin": "./bin/lint-staged.js",