Skip to content

Commit

Permalink
even looser engines on legacy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 9, 2024
1 parent e01135c commit 0c434f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "lru-cache",
"publishConfig": {
"tag": "legacy-v10"
},
"description": "A cache object that deletes the least-recently-used items.",
"version": "10.4.1",
"author": "Isaac Z. Schlueter <[email protected]>",
Expand Down Expand Up @@ -68,7 +71,7 @@
"dist"
],
"engines": {
"node": "14 >= 14.21 || 16 >= 16.20 || 18 >=18.20 || 20 || >=22"
"node": "14 || 16 || 18 || 20 || >=22"
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit 0c434f6

Please sign in to comment.