Skip to content

Commit

Permalink
fork for v5 legacy, drop engines restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 31, 2024
1 parent 546c9ec commit 1bf8679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "rimraf",
"version": "5.0.9",
"publishConfig": {
"tag": "v5-legacy"
},
"type": "module",
"tshy": {
"main": true,
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 1bf8679

Please sign in to comment.