Skip to content

Commit 4c71c46

Browse files
feat: engine constraint (#22)
1 parent 9a2b8b8 commit 4c71c46

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"default": "./dist/index.js"
2929
}
3030
},
31+
"engines": {
32+
"node": "^16.14.0 || >= 17.3.0"
33+
},
3134
"scripts": {
3235
"build": "tsgo --build",
3336
"test": "vitest run",

0 commit comments

Comments
 (0)