Skip to content

Commit

Permalink
fix: constrain engines to eslint-compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 30, 2024
1 parent b8a2f78 commit 097be5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"description": "Install missing TypeScript typings for your dependencies.",
"engines": {
"node": "^18.14.0 || >=20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=22.0.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 097be5c

Please sign in to comment.