Skip to content

Commit

Permalink
whatever, just allow any engines
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 9, 2024
1 parent 7827516 commit eaf31dc
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,5 +1,8 @@
{
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)",
"publishConfig": {
"tag": "legacy-v10"
},
"name": "glob",
"description": "the most correct and second fastest glob implementation in JavaScript",
"version": "10.4.4",
Expand Down Expand Up @@ -94,8 +97,5 @@
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"engines": {
"node": "14 >=14.21 || 16 >=16.20 || 18 || 20 || >=22"
},
"module": "./dist/esm/index.js"
}

0 comments on commit eaf31dc

Please sign in to comment.