Skip to content

Commit

Permalink
chore: add engines to package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 22, 2023
1 parent 37295f5 commit 7cd0dd3
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 @@ -9,6 +9,9 @@
"build/index.d.ts",
"build/index.js"
],
"engines": {
"node": ">=18.16.0"
},
"exports": {
".": "./build/index.js",
"./types": "./build/src/types.js"
Expand Down

0 comments on commit 7cd0dd3

Please sign in to comment.