Skip to content

Commit

Permalink
fix: allow more node & npm versions in engines field
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 17, 2021
1 parent e994d8c commit 8ce9b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"!dist/*.tsbuildinfo"
],
"engines": {
"node": ">=v14.18.1",
"npm": ">=7.24.2"
"node": ">=v14.0.0",
"npm": ">=7.0.0"
},
"keywords": [
"discordjs",
Expand Down

0 comments on commit 8ce9b52

Please sign in to comment.