Skip to content

Commit

Permalink
feature: @putout/plugin-remove-debugger: drop support of node < 18
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 8, 2024
1 parent fd73cb6 commit 660c8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-remove-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"nodemon": "^3.0.1"
},
"peerDependencies": {
"putout": ">=25"
"putout": ">=34"
},
"license": "MIT",
"engines": {
"node": ">=16"
"node": ">=18"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 660c8d5

Please sign in to comment.