Skip to content

Commit 3655f93

Browse files
committed
feature: @putout/plugin-apply-shorthand-properties: drop support of node < 18
1 parent c672afc commit 3655f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-apply-shorthand-properties/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"madrun": "^10.0.0"
4242
},
4343
"peerDependencies": {
44-
"putout": ">=32"
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)