Skip to content

Commit 5cb230a

Browse files
committed
add minimum node version for esm
1 parent 3600d6b commit 5cb230a

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
@@ -8,6 +8,9 @@
88
"files": [
99
"lib/**/*"
1010
],
11+
"engines": {
12+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
13+
},
1114
"scripts": {
1215
"prepublishOnly": "yarn run test && yarn run build",
1316
"test": "yarn run check && yarn run lint",

0 commit comments

Comments
 (0)