Skip to content

Commit

Permalink
Indicate compatible Node.js versions in package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Aug 28, 2024
1 parent f0077fa commit c8819de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"prettier": "3.3.2",
"typescript": "5.5.2"
},
"engines": {
"node": "^18 || ^20 || >=22"
},
"sideEffects": false,
"main": "index.js",
"exports": {
Expand Down

0 comments on commit c8819de

Please sign in to comment.