We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7827516 commit eaf31dcCopy full SHA for eaf31dc
package.json
@@ -1,5 +1,8 @@
1
{
2
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)",
3
+ "publishConfig": {
4
+ "tag": "legacy-v10"
5
+ },
6
"name": "glob",
7
"description": "the most correct and second fastest glob implementation in JavaScript",
8
"version": "10.4.4",
@@ -94,8 +97,5 @@
94
97
"funding": {
95
98
"url": "https://github.com/sponsors/isaacs"
96
99
},
- "engines": {
- "node": "14 >=14.21 || 16 >=16.20 || 18 || 20 || >=22"
- },
100
"module": "./dist/esm/index.js"
101
}
0 commit comments