Skip to content

Commit

Permalink
pkg.json: specify supported nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 12, 2024
1 parent c84e70a commit 8f15960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"prettier": "3.3.2",
"typescript": "5.5.2"
},
"engines": {
"node": "^14.21.3 || >=16"
},
"main": "index.js",
"exports": {
".": {
Expand Down

0 comments on commit 8f15960

Please sign in to comment.