Skip to content

Commit e312f9f

Browse files
committed
hardcode node engines
1 parent 41f3a86 commit e312f9f

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
@@ -4,6 +4,9 @@
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
7+
"engines": {
8+
"node": ">=12"
9+
},
710
"exports": {
811
"./package.json": "./package.json",
912
".": {

0 commit comments

Comments
 (0)