Skip to content

Commit c6d2ca2

Browse files
committed
feature: @putout/plugin-for-of: drop support of node < 20
1 parent bfb25a8 commit c6d2ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-for-of/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"nodemon": "^3.0.1"
5252
},
5353
"peerDependencies": {
54-
"putout": ">=38"
54+
"putout": ">=39"
5555
},
5656
"license": "MIT",
5757
"engines": {
58-
"node": ">=18"
58+
"node": ">=20"
5959
},
6060
"publishConfig": {
6161
"access": "public"

0 commit comments

Comments
 (0)