Skip to content

Commit ad76550

Browse files
committed
feature: @putout/plugin-reuse-duplicate-init: drop support of 🐊 < 38
1 parent 7d2db2f commit ad76550

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/plugin-reuse-duplicate-init/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"init"
3434
],
3535
"devDependencies": {
36-
"@putout/eslint-flat": "^2.0.0",
3736
"@putout/plugin-remove-useless-variables": "*",
3837
"@putout/plugin-tape": "*",
3938
"@putout/test": "^12.0.0",
@@ -44,11 +43,11 @@
4443
"madrun": "^10.0.0"
4544
},
4645
"peerDependencies": {
47-
"putout": ">=36"
46+
"putout": ">=38"
4847
},
4948
"license": "MIT",
5049
"engines": {
51-
"node": ">=16"
50+
"node": ">=18"
5251
},
5352
"publishConfig": {
5453
"access": "public"

0 commit comments

Comments
 (0)