Skip to content

Commit 1bf8679

Browse files
committed
fork for v5 legacy, drop engines restriction
1 parent 546c9ec commit 1bf8679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "rimraf",
33
"version": "5.0.9",
4+
"publishConfig": {
5+
"tag": "v5-legacy"
6+
},
47
"type": "module",
58
"tshy": {
69
"main": true,
@@ -69,9 +72,6 @@
6972
"funding": {
7073
"url": "https://github.com/sponsors/isaacs"
7174
},
72-
"engines": {
73-
"node": "14 >=14.20 || 16 >=16.20 || >=18"
74-
},
7575
"dependencies": {
7676
"glob": "^10.3.7"
7777
},

0 commit comments

Comments
 (0)