diff --git a/package.json b/package.json index 4476e8bf..2710f081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "rimraf", "version": "5.0.9", + "publishConfig": { + "tag": "v5-legacy" + }, "type": "module", "tshy": { "main": true, @@ -69,9 +72,6 @@ "funding": { "url": "https://github.com/sponsors/isaacs" }, - "engines": { - "node": "14 >=14.20 || 16 >=16.20 || >=18" - }, "dependencies": { "glob": "^10.3.7" },