Skip to content

Commit 51005f3

Browse files
committed
feature: @putout/plugin-conditions: drop support of 🐊 < 37
1 parent 3305a4b commit 51005f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-conditions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"nodemon": "^3.0.1"
4545
},
4646
"peerDependencies": {
47-
"putout": ">=36"
47+
"putout": ">=37"
4848
},
4949
"license": "MIT",
5050
"engines": {
51-
"node": ">=16"
51+
"node": ">=18"
5252
},
5353
"publishConfig": {
5454
"access": "public"

0 commit comments

Comments
 (0)