Skip to content

Commit eaf31dc

Browse files
committed
whatever, just allow any engines
1 parent 7827516 commit eaf31dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)",
3+
"publishConfig": {
4+
"tag": "legacy-v10"
5+
},
36
"name": "glob",
47
"description": "the most correct and second fastest glob implementation in JavaScript",
58
"version": "10.4.4",
@@ -94,8 +97,5 @@
9497
"funding": {
9598
"url": "https://github.com/sponsors/isaacs"
9699
},
97-
"engines": {
98-
"node": "14 >=14.21 || 16 >=16.20 || 18 || 20 || >=22"
99-
},
100100
"module": "./dist/esm/index.js"
101101
}

0 commit comments

Comments
 (0)