Skip to content

Commit 74c39d5

Browse files
authored
chore: add engines.node to package.json (#117)
1 parent 43b5393 commit 74c39d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "dist/index.js",
66
"author": "Samuel Attard",
77
"license": "MIT",
8+
"engines": {
9+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
10+
},
811
"scripts": {
912
"build": "tsc",
1013
"prepublishOnly": "npx yarn build",

0 commit comments

Comments
 (0)