Skip to content

Commit 18cc920

Browse files
committed
feature: @putout/plugin-convert-quotes-to-backticks: convert to ESM
1 parent 2d1387d commit 18cc920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/plugin-convert-quotes-to-backticks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@putout/plugin-convert-quotes-to-backticks",
33
"version": "4.0.3",
4-
"type": "commonjs",
4+
"type": "module",
55
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
66
"description": "🐊Putout plugin adds ability to convert quotes to backticks",
77
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/plugin-convert-quotes-to-backticks#readme",
@@ -43,11 +43,11 @@
4343
"madrun": "^11.0.0"
4444
},
4545
"peerDependencies": {
46-
"putout": ">=38"
46+
"putout": ">=40"
4747
},
4848
"license": "MIT",
4949
"engines": {
50-
"node": ">=18"
50+
"node": ">=20"
5151
},
5252
"publishConfig": {
5353
"access": "public"

0 commit comments

Comments
 (0)