Skip to content

Commit

Permalink
chore: add engines.node to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Aug 1, 2024
1 parent d2768e7 commit 65aba89
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 @@ -5,6 +5,9 @@
"main": "dist/index.js",
"author": "Samuel Attard",
"license": "MIT",
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npx yarn build",
Expand Down

0 comments on commit 65aba89

Please sign in to comment.