Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit c268a41

Browse files
committed
Add engines.node
1 parent 05aee78 commit c268a41

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,8 @@
6767
}
6868
},
6969
"types": "./dist/commonjs/index.d.ts",
70-
"type": "module"
70+
"type": "module",
71+
"engines": {
72+
"node": "*"
73+
}
7174
}

0 commit comments

Comments
 (0)