Skip to content

Commit da4f95e

Browse files
committed
feature: @putout/plugin-remove-unused-private-fields: drop support of 🐊 < 38
1 parent d4d863d commit da4f95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-remove-unused-private-fields/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": ">=25"
47+
"putout": ">=38"
4848
},
4949
"license": "MIT",
5050
"engines": {
51-
"node": ">=16"
51+
"node": ">=18"
5252
},
5353
"publishConfig": {
5454
"access": "public"

0 commit comments

Comments
 (0)