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 29, 2023
1 parent e397649 commit e2ee9e3
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 @@ -13,6 +13,9 @@
".": "./build/index.js",
"./types": "./build/src/types.js"
},
"engines": {
"node": ">=18.16.0"
},
"scripts": {
"pretest": "npm run lint",
"test": "c8 npm run quick:test",
Expand Down

0 comments on commit e2ee9e3

Please sign in to comment.