Skip to content

Commit 0bb7573

Browse files
committed
feature: @putout/processor-wasm: drop support of 🐊 < 40
1 parent 115d824 commit 0bb7573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/processor-wasm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
}
5858
},
5959
"peerDependencies": {
60-
"putout": ">=32"
60+
"putout": ">=40"
6161
},
6262
"license": "MIT",
6363
"engines": {
64-
"node": ">=16"
64+
"node": ">=20"
6565
},
6666
"publishConfig": {
6767
"access": "public"

0 commit comments

Comments
 (0)