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 Aug 24, 2023
1 parent 77d9356 commit a745ac5
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 @@ -11,6 +11,9 @@
"build/index.d.ts",
"build/index.js"
],
"engines": {
"node": ">18.16.0"
},
"exports": {
".": "./build/index.js",
"./utils": "./build/src/utils.js",
Expand Down

0 comments on commit a745ac5

Please sign in to comment.