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 Jul 4, 2023
1 parent 697ddab commit 6d8825f
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 @@ -10,6 +10,9 @@
"build/index.d.ts",
"build/index.js"
],
"engines": {
"node": ">=18.16.0"
},
"exports": {
".": "./build/index.js",
"./factories": "./build/factories/main.js",
Expand Down

0 comments on commit 6d8825f

Please sign in to comment.