Skip to content

Commit

Permalink
chore: add engines.node to package.json (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Aug 1, 2024
1 parent 43b5393 commit 74c39d5
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 74c39d5

Please sign in to comment.