Skip to content

Commit d81a9d0

Browse files
committed
feature: @putout/plugin-logical-expressions: drop support of 🐊 < 36
1 parent 7e9b546 commit d81a9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-logical-expressions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"nodemon": "^3.0.1"
4242
},
4343
"peerDependencies": {
44-
"putout": ">=35"
44+
"putout": ">=36"
4545
},
4646
"license": "MIT",
4747
"engines": {
48-
"node": ">=16"
48+
"node": ">=18"
4949
},
5050
"publishConfig": {
5151
"access": "public"

0 commit comments

Comments
 (0)